#BBCBE0

Color #BBCBE0 Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #BBCBE0

Tints of Light Steel Blue #BBCBE0

Color information

#BBCBE0 (or 0xBBCBE0) is unknown color: approx Light Steel Blue. HEX triplet: BB, CB and E0. RGB value is (187,203,224). Sum of RGB (Red+Green+Blue) = 187+203+224=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 224 (87.89% from 255 or 36.48% from 614); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBCBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBE0 is #44341F. Grayscale: #C8C8C8. Windows color (decimal): -4469792 or 14732219. OLE color: 14732219.

HSL color Cylindrical-coordinate representation of color #BBCBE0: hue angle of 214.05º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBCBE0 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB187203224-
CMYK0.170.0900.12
HSL214.05º37.37%80.59%-
HSV(B)214.05º16.52%87.84%-
XYZ55.358.6678.93-
YUV200.61141.2118.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 30.46%
GREEN value IS 203 (79.69% from 255) = 33.06%
BLUE value IS 224 (87.89% from 255) = 36.48%
R=30.46%
G=33.06%
B=36.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872032240.170.0900.12214.0537.3780.59
HexBBCBE01190Cd62551
Octal273313340211101432645121
Binary10111011110010111110000010001100101100110101101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBE0; }

 p { color: rgb(187,203,224); }

 H1.HeaderClassName
 {
   color: #BBCBE0;
 }
 .AnyTagClassName
 {
   color: #BBCBE0;
 }
</style>
background-color css

<style>
 a { background-color: #BBCBE0; }

 a { background-color: rgb(187,203,224); }

 div.DivClassName
 {
   background-color: #BBCBE0;
 }
 .BgClassName
 {
   background-color: #BBCBE0;
 }
</style>
border-color css

<style>
 span { border-color: #BBCBE0; }

 span { border-color: rgb(187,203,224); }

 td.TdClassName
 {
   border-color: #BBCBE0;
 }
 .TagClassName
 {
   border-color: #BBCBE0;
 }
</style>