#BBCEE2

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

Shades of Light Steel Blue #BBCEE2

Tints of Light Steel Blue #BBCEE2

Color information

#BBCEE2 (or 0xBBCEE2) is unknown color: approx Light Steel Blue. HEX triplet: BB, CE and E2. RGB value is (187,206,226). Sum of RGB (Red+Green+Blue) = 187+206+226=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBCEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCEE2 is #44311D. Grayscale: #CACACA. Windows color (decimal): -4469022 or 14864059. OLE color: 14864059.

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

Color convert

RGB187206226-
CMYK0.170.0900.11
HSL210.77º40.21%80.98%-
HSV(B)210.77º17.26%88.63%-
XYZ56.2960.280.6-
YUV202.6141.21116.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.21%
GREEN value IS 206 (80.86% from 255) = 33.28%
BLUE value IS 226 (88.67% from 255) = 36.51%
R=30.21%
G=33.28%
B=36.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872062260.170.0900.11210.7740.2180.98
HexBBCEE21190Bd32851
Octal273316342211101332350121
Binary10111011110011101110001010001100101011110100111010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCEE2; }

 p { color: rgb(187,206,226); }

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

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

 a { background-color: rgb(187,206,226); }

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

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

 span { border-color: rgb(187,206,226); }

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