Color Hex Logo

#bbebf6 Color Hex

#BBEBF6
(187,235,246)
0 Favorites   0 Comments

Color spaces of #bbebf6

RGB 187235246
HSL0.530.770.85
HSV191°24°96°
CMYK 0.240.040.00   0.04
XYZ66.836476.635398.4582
Yxy76.63530.27630.3168
Hunter Lab87.5416-16.9163-5.4045
CIE-Lab90.1535-12.9321-10.3786

#bbebf6 color RGB value is (187,235,246).

#bbebf6 hex color red value is 187, green value is 235 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #bbebf6 hue: 0.53 , saturation: 0.77 and the lightness value of bbebf6 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 11110110
Octal 273 353 366
Decimal 187 235 246
Hex BB EB F6

RGB Percentages of Color #bbebf6

%27.99
%35.18
%36.83

CMYK Percentages of Color #bbebf6

%24
%4
%0
%4

Triadic Colors of #bbebf6

#bbebf6 #f6bbeb #ebf6bb

Analogous Colors of #bbebf6

#bbebf6 #bbcef6 #bbf6e4

Monochromatic Colors of #bbebf6

#bbebf6

Complementary Color

#bbebf6 #f6c6bb

#bbebf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbebf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbebf6 Color CSS Codes

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

#bbebf6 Text Font Color

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

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


#bbebf6 Background Color

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

This div background color is #bbebf6


#bbebf6 Border Color

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

This div border color is #bbebf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbebf6


Comments

No comments written yet.

Please login to write comment.