#BBCBE1

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

Shades of Light Steel Blue #BBCBE1

Tints of Light Steel Blue #BBCBE1

Color information

#BBCBE1 (or 0xBBCBE1) is unknown color: approx Light Steel Blue. HEX triplet: BB, CB and E1. RGB value is (187,203,225). Sum of RGB (Red+Green+Blue) = 187+203+225=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 225 (88.28% from 255 or 36.59% from 615); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBCBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBE1 is #44341E. Grayscale: #C8C8C8. Windows color (decimal): -4469791 or 14797755. OLE color: 14797755.

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

Color convert

RGB187203225-
CMYK0.170.1000.12
HSL214.74º38.78%80.78%-
HSV(B)214.74º16.89%88.24%-
XYZ55.4458.7179.64-
YUV200.72141.7118.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.41%
GREEN value IS 203 (79.69% from 255) = 33.01%
BLUE value IS 225 (88.28% from 255) = 36.59%
R=30.41%
G=33.01%
B=36.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872032250.170.1000.12214.7438.7880.78
HexBBCBE111A0Cd72751
Octal273313341211201432747121
Binary10111011110010111110000110001101001100110101111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBE1; }

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

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

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

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

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

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

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

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