#BBCAE1

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

Shades of Light Steel Blue #BBCAE1

Tints of Light Steel Blue #BBCAE1

Color information

#BBCAE1 (or 0xBBCAE1) is unknown color: approx Light Steel Blue. HEX triplet: BB, CA and E1. RGB value is (187,202,225). Sum of RGB (Red+Green+Blue) = 187+202+225=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 225 (88.28% from 255 or 36.64% from 614); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBCAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAE1 is #44351E. Grayscale: #C8C8C8. Windows color (decimal): -4470047 or 14797499. OLE color: 14797499.

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

Color convert

RGB187202225-
CMYK0.170.1000.12
HSL216.32º38.78%80.78%-
HSV(B)216.32º16.89%88.24%-
XYZ55.258.2479.57-
YUV200.14142.03118.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.46%
GREEN value IS 202 (79.30% from 255) = 32.90%
BLUE value IS 225 (88.28% from 255) = 36.64%
R=30.46%
G=32.90%
B=36.64%

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
Decimal1872022250.170.1000.12216.3238.7880.78
HexBBCAE111A0Cd82751
Octal273312341211201433047121
Binary10111011110010101110000110001101001100110110001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAE1; }

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

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

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

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

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

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

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

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