#B2C1DC

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

Shades of Light Steel Blue #B2C1DC

Tints of Light Steel Blue #B2C1DC

Color information

#B2C1DC (or 0xB2C1DC) is unknown color: approx Light Steel Blue. HEX triplet: B2, C1 and DC. RGB value is (178,193,220). Sum of RGB (Red+Green+Blue) = 178+193+220=591 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.12% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2C1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C1DC is #4D3E23. Grayscale: #BFBFBF. Windows color (decimal): -5062180 or 14467506. OLE color: 14467506.

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

Color convert

RGB178193220-
CMYK0.190.1200.14
HSL218.57º37.5%78.04%-
HSV(B)218.57º19.09%86.27%-
XYZ50.3552.7775.24-
YUV191.59144.03118.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.12%
GREEN value IS 193 (75.78% from 255) = 32.66%
BLUE value IS 220 (86.33% from 255) = 37.23%
R=30.12%
G=32.66%
B=37.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781932200.190.1200.14218.5737.578.04
HexB2C1DC13C0Edb254e
Octal262301334231401633345116
Binary10110010110000011101110010011110001110110110111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C1DC; }

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

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

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

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

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

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

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

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