Color Hex Logo

#bbd3ff Color Hex

#BBD3FF
(187,211,255)
0 Favorites   0 Comments

Color spaces of #bbd3ff

RGB 187211255
HSL0.611.000.87
HSV219°27°100°
CMYK 0.270.170.00   0.00
XYZ61.837864.3733103.7738
Yxy64.37330.26890.2799
Hunter Lab80.2330-2.8328-20.5230
CIE-Lab84.15981.5302-24.1323

#bbd3ff color RGB value is (187,211,255).

#bbd3ff hex color red value is 187, green value is 211 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bbd3ff hue: 0.61 , saturation: 1.00 and the lightness value of bbd3ff is 0.87.

The process color (four color CMYK) of #bbd3ff color hex is 0.27, 0.17, 0.00, 0.00. Web safe color of #bbd3ff is #ccccff. Color #bbd3ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010011 11111111
Octal 273 323 377
Decimal 187 211 255
Hex BB D3 FF

RGB Percentages of Color #bbd3ff

%28.64
%32.31
%39.05

CMYK Percentages of Color #bbd3ff

%27
%17
%0
%0

Triadic Colors of #bbd3ff

#bbd3ff #ffbbd3 #d3ffbb

Analogous Colors of #bbd3ff

#bbd3ff #c5bbff #bbf5ff

Monochromatic Colors of #bbd3ff

#bbd3ff

Complementary Color

#bbd3ff #ffe7bb

#bbd3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd3ff Color CSS Codes

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

#bbd3ff Text Font Color

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

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


#bbd3ff Background Color

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

This div background color is #bbd3ff


#bbd3ff Border Color

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

This div border color is #bbd3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd3ff

Related Colors


Comments

No comments written yet.

Please login to write comment.