Html Css Color HEX #B4C2DC Light Steel Blue

📋 copy color: '#B4C2DC'

red 180 ◦ green 194 ◦ blue 220

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

Shades of Light Steel Blue #B4C2DC

Tints of Light Steel Blue #B4C2DC

RGB

 RED value IS 180 (70.7% from 255) = 30.3%

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

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

R = 30.3%
G = 32.66%
B = 37.04%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B4C2DC (or 0xB4C2DC) is known color: Light Steel Blue. HEX triplet: B4, C2 and DC. RGB value is (180,194,220). Sum of RGB (Red+Green+Blue) = 180+194+220=594 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.30% from 594); Green value is 194 (76.17% from 255 or 32.66% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4C2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C2DC is #4B3D23. Grayscale: #C0C0C0. Windows color (decimal): -4930852 or 14467764. OLE color: 14467764.

HSL color Cylindrical-coordinate representation of color #B4C2DC: hue angle of 219º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4C2DC is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 194 220 -
CMYK 0.18 0.12 0 0.14
HSL 219º 0.36% 0.78% -
HSV(B) 219º 0.18% 0.86% -
XYZ 51.03 53.45 75.34 -
YUV 192.78 143.36 118.89 -
System Red Green Blue C M Y K H S L
Decimal 180 194 220 0.18 0.12 0 0.14 219 0.36 0.78
Hex B4 C2 DC 12 C 0 E DB 24 4E
Octal 264 302 334 22 14 0 16 333 44 116
Binary 10110100 11000010 11011100 10010 1100 0 1110 11011011 100100 1001110

Color Harmonies of #B4C2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C2DC

Black with #B4C2DC

Text Example


Text Example

White with #B4C2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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