#B2C9DF

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

Shades of Light Steel Blue #B2C9DF

Tints of Light Steel Blue #B2C9DF

Color information

#B2C9DF (or 0xB2C9DF) is unknown color: approx Light Steel Blue. HEX triplet: B2, C9 and DF. RGB value is (178,201,223). Sum of RGB (Red+Green+Blue) = 178+201+223=602 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.57% from 602); Green value is 201 (78.91% from 255 or 33.39% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #B2C9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C9DF is #4D3620. Grayscale: #C4C4C4. Windows color (decimal): -5060129 or 14666162. OLE color: 14666162.

HSL color Cylindrical-coordinate representation of color #B2C9DF: hue angle of 209.33º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2C9DF is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB178201223-
CMYK0.200.1000.13
HSL209.33º41.28%78.63%-
HSV(B)209.33º20.18%87.45%-
XYZ52.5756.5777.96-
YUV196.63142.88114.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.57%
GREEN value IS 201 (78.91% from 255) = 33.39%
BLUE value IS 223 (87.5% from 255) = 37.04%
R=29.57%
G=33.39%
B=37.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782012230.200.1000.13209.3341.2878.63
HexB2C9DF14A0Dd1294f
Octal262311337241201532151117
Binary10110010110010011101111110100101001101110100011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C9DF; }

 p { color: rgb(178,201,223); }

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

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

 a { background-color: rgb(178,201,223); }

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

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

 span { border-color: rgb(178,201,223); }

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