Color Hex Logo

#bbc1fb Color Hex

#BBC1FB
(187,193,251)
0 Favorites   0 Comments

Color spaces of #bbc1fb

RGB 187193251
HSL0.650.890.86
HSV234°25°98°
CMYK 0.250.230.00   0.02
XYZ56.976155.669899.0092
Yxy55.66980.26920.2630
Hunter Lab74.61225.7366-26.4483
CIE-Lab79.425510.2710-29.2352

#bbc1fb color RGB value is (187,193,251).

#bbc1fb hex color red value is 187, green value is 193 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bbc1fb hue: 0.65 , saturation: 0.89 and the lightness value of bbc1fb is 0.86.

The process color (four color CMYK) of #bbc1fb color hex is 0.25, 0.23, 0.00, 0.02. Web safe color of #bbc1fb is #ccccff. Color #bbc1fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000001 11111011
Octal 273 301 373
Decimal 187 193 251
Hex BB C1 FB

RGB Percentages of Color #bbc1fb

%29.64
%30.59
%39.78

CMYK Percentages of Color #bbc1fb

%25
%23
%0
%2

Triadic Colors of #bbc1fb

#bbc1fb #fbbbc1 #c1fbbb

Analogous Colors of #bbc1fb

#bbc1fb #d5bbfb #bbe1fb

Monochromatic Colors of #bbc1fb

#bbc1fb

Complementary Color

#bbc1fb #fbf5bb

#bbc1fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc1fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc1fb Color CSS Codes

.mybgcolor {background-color:#bbc1fb; } 
.myforecolor {color:#bbc1fb; }
.mybordercolor {border:3px solid #bbc1fb; }

#bbc1fb Text Font Color

<p style="color:#bbc1fb">Text here</p>

This sample text font color is #bbc1fb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bbc1fb Background Color

<div style="background-color:#bbc1fb">
Div content here</div>

This div background color is #bbc1fb


#bbc1fb Border Color

<div style="border:3px solid #bbc1fb">
Div here</div>

This div border color is #bbc1fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,193,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbc1fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbc1fb;
  -webkit-box-shadow: 1px 1px 3px 2px #bbc1fb;
  box-shadow:         1px 1px 3px 2px #bbc1fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,193,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbc1fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bbc1fb;
  -webkit-box-shadow: 1px 1px 3px 2px #bbc1fb;
  box-shadow:         1px 1px 3px 2px #bbc1fb;">
Div content here</div>

This div box has shadow with color #bbc1fb


Comments

No comments written yet.

Please login to write comment.