#BBCBE2

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

Shades of Light Steel Blue #BBCBE2

Tints of Light Steel Blue #BBCBE2

Color information

#BBCBE2 (or 0xBBCBE2) is unknown color: approx Light Steel Blue. HEX triplet: BB, CB and E2. RGB value is (187,203,226). Sum of RGB (Red+Green+Blue) = 187+203+226=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 226 (88.67% from 255 or 36.69% from 616); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBCBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBE2 is #44341D. Grayscale: #C8C8C8. Windows color (decimal): -4469790 or 14863291. OLE color: 14863291.

HSL color Cylindrical-coordinate representation of color #BBCBE2: hue angle of 215.38º 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 #BBCBE2 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187203226-
CMYK0.170.1000.11
HSL215.38º40.21%80.98%-
HSV(B)215.38º17.26%88.63%-
XYZ55.5858.7780.37-
YUV200.84142.2118.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.36%
GREEN value IS 203 (79.69% from 255) = 32.95%
BLUE value IS 226 (88.67% from 255) = 36.69%
R=30.36%
G=32.95%
B=36.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872032260.170.1000.11215.3840.2180.98
HexBBCBE211A0Bd72851
Octal273313342211201332750121
Binary10111011110010111110001010001101001011110101111010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBE2; }

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

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

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

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

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

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

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

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