Color Hex Logo

#bbe2ff Color Hex

#BBE2FF
(187,226,255)
0 Favorites   0 Comments

Color spaces of #bbe2ff

RGB 187226255
HSL0.571.000.87
HSV206°27°100°
CMYK 0.270.110.00   0.00
XYZ65.739972.1775105.0745
Yxy72.17750.27050.2970
Hunter Lab84.9573-10.5522-13.8592
CIE-Lab88.0540-6.3273-18.2370

#bbe2ff color RGB value is (187,226,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100010 11111111
Octal 273 342 377
Decimal 187 226 255
Hex BB E2 FF

RGB Percentages of Color #bbe2ff

%27.99
%33.83
%38.17

CMYK Percentages of Color #bbe2ff

%27
%11
%0
%0

Triadic Colors of #bbe2ff

#bbe2ff #ffbbe2 #e2ffbb

Analogous Colors of #bbe2ff

#bbe2ff #bbc0ff #bbfffa

Monochromatic Colors of #bbe2ff

#bbe2ff

Complementary Color

#bbe2ff #ffd8bb

#bbe2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe2ff Color CSS Codes

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

#bbe2ff Text Font Color

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

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


#bbe2ff Background Color

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

This div background color is #bbe2ff


#bbe2ff Border Color

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

This div border color is #bbe2ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,226,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 #bbe2ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe2ff

#bbe2ff Color Palettes


Comments

No comments written yet.

Please login to write comment.