Color Hex Logo

#bbb8f0 Color Hex

#BBB8F0
(187,184,240)
0 Favorites   0 Comments

Color spaces of #bbb8f0

RGB 187184240
HSL0.680.650.83
HSV243°23°94°
CMYK 0.220.230.00   0.06
XYZ53.362251.137089.4960
Yxy51.13700.27510.2636
Hunter Lab71.51018.0573-24.1452
CIE-Lab76.761912.6431-27.4117

#bbb8f0 color RGB value is (187,184,240).

#bbb8f0 hex color red value is 187, green value is 184 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #bbb8f0 hue: 0.68 , saturation: 0.65 and the lightness value of bbb8f0 is 0.83.

The process color (four color CMYK) of #bbb8f0 color hex is 0.22, 0.23, 0.00, 0.06. Web safe color of #bbb8f0 is #ccccff. Color #bbb8f0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111000 11110000
Octal 273 270 360
Decimal 187 184 240
Hex BB B8 F0

RGB Percentages of Color #bbb8f0

%30.61
%30.11
%39.28

CMYK Percentages of Color #bbb8f0

%22
%23
%0
%6

Triadic Colors of #bbb8f0

#bbb8f0 #f0bbb8 #b8f0bb

Analogous Colors of #bbb8f0

#bbb8f0 #d7b8f0 #b8d1f0

Monochromatic Colors of #bbb8f0

#bbb8f0

Complementary Color

#bbb8f0 #edf0b8

#bbb8f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb8f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb8f0 Color CSS Codes

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

#bbb8f0 Text Font Color

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

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


#bbb8f0 Background Color

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

This div background color is #bbb8f0


#bbb8f0 Border Color

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

This div border color is #bbb8f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb8f0


Comments

No comments written yet.

Please login to write comment.