#B9C2DB

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

Shades of Light Steel Blue #B9C2DB

Tints of Light Steel Blue #B9C2DB

Color information

#B9C2DB (or 0xB9C2DB) is unknown color: approx Light Steel Blue. HEX triplet: B9, C2 and DB. RGB value is (185,194,219). Sum of RGB (Red+Green+Blue) = 185+194+219=598 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.94% from 598); Green value is 194 (76.17% from 255 or 32.44% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9C2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C2DB is #463D24. Grayscale: #C2C2C2. Windows color (decimal): -4603173 or 14402233. OLE color: 14402233.

HSL color Cylindrical-coordinate representation of color #B9C2DB: hue angle of 224.12º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9C2DB is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185194219-
CMYK0.160.1100.14
HSL224.12º32.08%79.22%-
HSV(B)224.12º15.53%85.88%-
XYZ52.0954.0174.7-
YUV194.16142.02121.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.94%
GREEN value IS 194 (76.17% from 255) = 32.44%
BLUE value IS 219 (85.94% from 255) = 36.62%
R=30.94%
G=32.44%
B=36.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851942190.160.1100.14224.1232.0879.22
HexB9C2DB10B0Ee0204f
Octal271302333201301634040117
Binary10111001110000101101101110000101101110111000001000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C2DB; }

 p { color: rgb(185,194,219); }

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

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

 a { background-color: rgb(185,194,219); }

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

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

 span { border-color: rgb(185,194,219); }

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