#B0CAE1

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

Shades of Light Steel Blue #B0CAE1

Tints of Light Steel Blue #B0CAE1

Color information

#B0CAE1 (or 0xB0CAE1) is unknown color: approx Light Steel Blue. HEX triplet: B0, CA and E1. RGB value is (176,202,225). Sum of RGB (Red+Green+Blue) = 176+202+225=603 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.19% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 225 - color contains mainly: blue. Hex color #B0CAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CAE1 is #4F351E. Grayscale: #C4C4C4. Windows color (decimal): -5190943 or 14797488. OLE color: 14797488.

HSL color Cylindrical-coordinate representation of color #B0CAE1: hue angle of 208.16º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0CAE1 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB176202225-
CMYK0.220.1000.12
HSL208.16º44.95%78.63%-
HSV(B)208.16º21.78%88.24%-
XYZ52.6256.9179.45-
YUV196.85143.89113.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.19%
GREEN value IS 202 (79.30% from 255) = 33.50%
BLUE value IS 225 (88.28% from 255) = 37.31%
R=29.19%
G=33.50%
B=37.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1762022250.220.1000.12208.1644.9578.63
HexB0CAE116A0Cd02d4f
Octal260312341261201432055117
Binary10110000110010101110000110110101001100110100001011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CAE1; }

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

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

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

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

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

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

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

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