Color Hex Logo

#bbbffc Color Hex

#BBBFFC
(187,191,252)
0 Favorites   0 Comments

Color spaces of #bbbffc

RGB 187191252
HSL0.660.920.86
HSV236°26°99°
CMYK 0.260.240.00   0.01
XYZ56.695054.854799.6953
Yxy54.85470.26840.2597
Hunter Lab74.06407.0275-27.9637
CIE-Lab78.957511.5938-30.4887

#bbbffc color RGB value is (187,191,252).

#bbbffc hex color red value is 187, green value is 191 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bbbffc hue: 0.66 , saturation: 0.92 and the lightness value of bbbffc is 0.86.

The process color (four color CMYK) of #bbbffc color hex is 0.26, 0.24, 0.00, 0.01. Web safe color of #bbbffc is #ccccff. Color #bbbffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 11111100
Octal 273 277 374
Decimal 187 191 252
Hex BB BF FC

RGB Percentages of Color #bbbffc

%29.68
%30.32
%40.00

CMYK Percentages of Color #bbbffc

%26
%24
%0
%1

Triadic Colors of #bbbffc

#bbbffc #fcbbbf #bffcbb

Analogous Colors of #bbbffc

#bbbffc #d8bbfc #bbe0fc

Monochromatic Colors of #bbbffc

#bbbffc

Complementary Color

#bbbffc #fcf8bb

#bbbffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbffc Color CSS Codes

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

#bbbffc Text Font Color

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

This sample text font color is #bbbffc
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.


#bbbffc Background Color

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

This div background color is #bbbffc


#bbbffc Border Color

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

This div border color is #bbbffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbffc


Comments

No comments written yet.

Please login to write comment.