#B2C4DC

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

Shades of Light Steel Blue #B2C4DC

Tints of Light Steel Blue #B2C4DC

Color information

#B2C4DC (or 0xB2C4DC) is unknown color: approx Light Steel Blue. HEX triplet: B2, C4 and DC. RGB value is (178,196,220). Sum of RGB (Red+Green+Blue) = 178+196+220=594 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.97% from 594); Green value is 196 (76.95% from 255 or 33.00% 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 #B2C4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C4DC is #4D3B23. Grayscale: #C1C1C1. Windows color (decimal): -5061412 or 14468274. OLE color: 14468274.

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

Color convert

RGB178196220-
CMYK0.190.1100.14
HSL214.29º37.5%78.04%-
HSV(B)214.29º19.09%86.27%-
XYZ51.0254.1175.47-
YUV193.35143.04117.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.97%
GREEN value IS 196 (76.95% from 255) = 33.00%
BLUE value IS 220 (86.33% from 255) = 37.04%
R=29.97%
G=33.00%
B=37.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781962200.190.1100.14214.2937.578.04
HexB2C4DC13B0Ed6254e
Octal262304334231301632645116
Binary10110010110001001101110010011101101110110101101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C4DC; }

 p { color: rgb(178,196,220); }

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

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

 a { background-color: rgb(178,196,220); }

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

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

 span { border-color: rgb(178,196,220); }

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