Html Css Color HEX #B9C2DC Light Steel Blue

📋 copy color: '#B9C2DC'

red 185 ◦ green 194 ◦ blue 220

#B9C2DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Steel Blue #B9C2DC

Tints of Light Steel Blue #B9C2DC

RGB

 RED value IS 185 (72.66% from 255) = 30.88%

 GREEN value IS 194 (76.17% from 255) = 32.39%

 BLUE value IS 220 (86.33% from 255) = 36.73%

R = 30.88%
G = 32.39%
B = 36.73%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9C2DC (or 0xB9C2DC) is known color: Light Steel Blue. HEX triplet: B9, C2 and DC. RGB value is (185,194,220). Sum of RGB (Red+Green+Blue) = 185+194+220=599 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.88% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #B9C2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C2DC is #463D23. Grayscale: #C2C2C2. Windows color (decimal): -4603172 or 14467769. OLE color: 14467769.

HSL color Cylindrical-coordinate representation of color #B9C2DC: hue angle of 224.57º degrees, saturation: 0.33, 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 #B9C2DC is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 194 220 -
CMYK 0.16 0.12 0 0.14
HSL 224.57º 0.33% 0.79% -
HSV(B) 224.57º 0.16% 0.86% -
XYZ 52.22 54.07 75.39 -
YUV 194.27 142.52 121.39 -
System Red Green Blue C M Y K H S L
Decimal 185 194 220 0.16 0.12 0 0.14 224.57 0.33 0.79
Hex B9 C2 DC 10 C 0 E E1 21 4F
Octal 271 302 334 20 14 0 16 341 41 117
Binary 10111001 11000010 11011100 10000 1100 0 1110 11100001 100001 1001111

Color Harmonies of #B9C2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C2DC

Black with #B9C2DC

Text Example


Text Example

White with #B9C2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C2DC; }

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

 H1.HeaderClassName
 {
   color: #B9C2DC;
 }
 .AnyTagClassName
 {
   color: #B9C2DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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