Color Hex Logo

#bbc6de Color Hex

#BBC6DE
(187,198,222)
0 Favorites   0 Comments

Color spaces of #bbc6de

RGB 187198222
HSL0.610.350.80
HSV221°16°87°
CMYK 0.160.110.00   0.13
XYZ53.872456.226977.1207
Yxy56.22690.28770.3003
Hunter Lab74.9846-2.9804-8.4898
CIE-Lab79.74281.1050-13.2053

#bbc6de color RGB value is (187,198,222).

#bbc6de hex color red value is 187, green value is 198 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bbc6de hue: 0.61 , saturation: 0.35 and the lightness value of bbc6de is 0.80.

The process color (four color CMYK) of #bbc6de color hex is 0.16, 0.11, 0.00, 0.13. Web safe color of #bbc6de is #cccccc. Color #bbc6de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000110 11011110
Octal 273 306 336
Decimal 187 198 222
Hex BB C6 DE

RGB Percentages of Color #bbc6de

%30.81
%32.62
%36.57

CMYK Percentages of Color #bbc6de

%16
%11
%0
%13

Triadic Colors of #bbc6de

#bbc6de #debbc6 #c6debb

Analogous Colors of #bbc6de

#bbc6de #c2bbde #bbd8de

Monochromatic Colors of #bbc6de

#bbc6de

Complementary Color

#bbc6de #ded3bb

#bbc6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc6de Color CSS Codes

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

#bbc6de Text Font Color

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

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


#bbc6de Background Color

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

This div background color is #bbc6de


#bbc6de Border Color

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

This div border color is #bbc6de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc6de


Comments

No comments written yet.

Please login to write comment.