Color Hex Logo

#bbbff5 Color Hex

#BBBFF5
(187,191,245)
0 Favorites   0 Comments

Color spaces of #bbbff5

RGB 187191245
HSL0.660.740.85
HSV236°24°96°
CMYK 0.240.220.00   0.04
XYZ55.605754.419093.9594
Yxy54.41900.27260.2668
Hunter Lab73.76925.4534-23.8788
CIE-Lab78.70549.9673-27.1249

#bbbff5 color RGB value is (187,191,245).

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

The process color (four color CMYK) of #bbbff5 color hex is 0.24, 0.22, 0.00, 0.04. Web safe color of #bbbff5 is #ccccff. Color #bbbff5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 11110101
Octal 273 277 365
Decimal 187 191 245
Hex BB BF F5

RGB Percentages of Color #bbbff5

%30.02
%30.66
%39.33

CMYK Percentages of Color #bbbff5

%24
%22
%0
%4

Triadic Colors of #bbbff5

#bbbff5 #f5bbbf #bff5bb

Analogous Colors of #bbbff5

#bbbff5 #d4bbf5 #bbdcf5

Monochromatic Colors of #bbbff5

#bbbff5

Complementary Color

#bbbff5 #f5f1bb

#bbbff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbff5 Color CSS Codes

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

#bbbff5 Text Font Color

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

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


#bbbff5 Background Color

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

This div background color is #bbbff5


#bbbff5 Border Color

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

This div border color is #bbbff5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbff5


Comments

No comments written yet.

Please login to write comment.