#BBCCE1

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

Shades of Light Steel Blue #BBCCE1

Tints of Light Steel Blue #BBCCE1

Color information

#BBCCE1 (or 0xBBCCE1) is unknown color: approx Light Steel Blue. HEX triplet: BB, CC and E1. RGB value is (187,204,225). Sum of RGB (Red+Green+Blue) = 187+204+225=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 225 (88.28% from 255 or 36.53% from 616); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBCCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCE1 is #44331E. Grayscale: #C9C9C9. Windows color (decimal): -4469535 or 14798011. OLE color: 14798011.

HSL color Cylindrical-coordinate representation of color #BBCCE1: hue angle of 213.16º degrees, saturation: 0.39, 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 #BBCCE1 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB187204225-
CMYK0.170.0900.12
HSL213.16º38.78%80.78%-
HSV(B)213.16º16.89%88.24%-
XYZ55.6859.1979.72-
YUV201.31141.37117.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.36%
GREEN value IS 204 (80.08% from 255) = 33.12%
BLUE value IS 225 (88.28% from 255) = 36.53%
R=30.36%
G=33.12%
B=36.53%

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
Decimal1872042250.170.0900.12213.1638.7880.78
HexBBCCE11190Cd52751
Octal273314341211101432547121
Binary10111011110011001110000110001100101100110101011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCE1; }

 p { color: rgb(187,204,225); }

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

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

 a { background-color: rgb(187,204,225); }

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

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

 span { border-color: rgb(187,204,225); }

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