#B4C2DC

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

Shades of Light Steel Blue #B4C2DC

Tints of Light Steel Blue #B4C2DC

Color information

#B4C2DC (or 0xB4C2DC) is unknown color: approx 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

RGB180194220-
CMYK0.180.1200.14
HSL219º36.36%78.43%-
HSV(B)219º18.18%86.27%-
XYZ51.0353.4575.34-
YUV192.78143.36118.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.30%
GREEN value IS 194 (76.17% from 255) = 32.66%
BLUE value IS 220 (86.33% from 255) = 37.04%
R=30.30%
G=32.66%
B=37.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801942200.180.1200.1421936.3678.43
HexB4C2DC12C0Edb244e
Octal264302334221401633344116
Binary10110100110000101101110010010110001110110110111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>