#B2BFDC

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

Shades of Light Steel Blue #B2BFDC

Tints of Light Steel Blue #B2BFDC

Color information

#B2BFDC (or 0xB2BFDC) is unknown color: approx Light Steel Blue. HEX triplet: B2, BF and DC. RGB value is (178,191,220). Sum of RGB (Red+Green+Blue) = 178+191+220=589 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.22% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2BFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFDC is #4D4023. Grayscale: #BEBEBE. Windows color (decimal): -5062692 or 14466994. OLE color: 14466994.

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

Color convert

RGB178191220-
CMYK0.190.1300.14
HSL221.43º37.5%78.04%-
HSV(B)221.43º19.09%86.27%-
XYZ49.9151.8975.1-
YUV190.42144.69119.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.22%
GREEN value IS 191 (75% from 255) = 32.43%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=30.22%
G=32.43%
B=37.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781912200.190.1300.14221.4337.578.04
HexB2BFDC13D0Edd254e
Octal262277334231501633545116
Binary10110010101111111101110010011110101110110111011001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BFDC; }

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

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

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

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

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

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

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

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