#B3CBE0

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

Shades of Light Steel Blue #B3CBE0

Tints of Light Steel Blue #B3CBE0

Color information

#B3CBE0 (or 0xB3CBE0) is unknown color: approx Light Steel Blue. HEX triplet: B3, CB and E0. RGB value is (179,203,224). Sum of RGB (Red+Green+Blue) = 179+203+224=606 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.54% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 224 - color contains mainly: blue. Hex color #B3CBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CBE0 is #4C341F. Grayscale: #C6C6C6. Windows color (decimal): -4994080 or 14732211. OLE color: 14732211.

HSL color Cylindrical-coordinate representation of color #B3CBE0: hue angle of 208º degrees, saturation: 0.42, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3CBE0 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB179203224-
CMYK0.200.0900.12
HSL208º42.06%79.02%-
HSV(B)208º20.09%87.84%-
XYZ53.457.6878.84-
YUV198.22142.55114.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.54%
GREEN value IS 203 (79.69% from 255) = 33.50%
BLUE value IS 224 (87.89% from 255) = 36.96%
R=29.54%
G=33.50%
B=36.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1792032240.200.0900.1220842.0679.02
HexB3CBE01490Cd02a4f
Octal263313340241101432052117
Binary10110011110010111110000010100100101100110100001010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CBE0; }

 p { color: rgb(179,203,224); }

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

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

 a { background-color: rgb(179,203,224); }

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

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

 span { border-color: rgb(179,203,224); }

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