Color Hex Logo

#bbc6ec Color Hex

#BBC6EC
(187,198,236)
0 Favorites   0 Comments

Color spaces of #bbc6ec

RGB 187198236
HSL0.630.560.83
HSV227°21°93°
CMYK 0.210.160.00   0.07
XYZ55.827957.009187.4183
Yxy57.00910.27880.2847
Hunter Lab75.5044-0.1498-15.7924
CIE-Lab80.18474.1474-20.0492

#bbc6ec color RGB value is (187,198,236).

#bbc6ec hex color red value is 187, green value is 198 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bbc6ec hue: 0.63 , saturation: 0.56 and the lightness value of bbc6ec is 0.83.

The process color (four color CMYK) of #bbc6ec color hex is 0.21, 0.16, 0.00, 0.07. Web safe color of #bbc6ec is #ccccff. Color #bbc6ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000110 11101100
Octal 273 306 354
Decimal 187 198 236
Hex BB C6 EC

RGB Percentages of Color #bbc6ec

%30.11
%31.88
%38.00

CMYK Percentages of Color #bbc6ec

%21
%16
%0
%7

Triadic Colors of #bbc6ec

#bbc6ec #ecbbc6 #c6ecbb

Analogous Colors of #bbc6ec

#bbc6ec #c9bbec #bbdfec

Monochromatic Colors of #bbc6ec

#bbc6ec

Complementary Color

#bbc6ec #ece1bb

#bbc6ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc6ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc6ec Color CSS Codes

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

#bbc6ec Text Font Color

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

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


#bbc6ec Background Color

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

This div background color is #bbc6ec


#bbc6ec Border Color

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

This div border color is #bbc6ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc6ec


Comments

No comments written yet.

Please login to write comment.