#B2BDC3

Color #B2BDC3 Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #B2BDC3

Tints of Heather #B2BDC3

Color information

#B2BDC3 (or 0xB2BDC3) is unknown color: approx Heather. HEX triplet: B2, BD and C3. RGB value is (178,189,195). Sum of RGB (Red+Green+Blue) = 178+189+195=562 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.67% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 195 (76.56% from 255 or 34.70% from 562); Max value from RGB is 195 - color contains mainly: blue. Hex color #B2BDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BDC3 is #4D423C. Grayscale: #BABABA. Windows color (decimal): -5063229 or 12828082. OLE color: 12828082.

HSL color Cylindrical-coordinate representation of color #B2BDC3: hue angle of 201.18º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2BDC3 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB178189195-
CMYK0.090.0300.24
HSL201.18º12.41%73.14%-
HSV(B)201.18º8.72%76.47%-
XYZ46.4149.858.8-
YUV186.4132.86122.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.67%
GREEN value IS 189 (74.22% from 255) = 33.63%
BLUE value IS 195 (76.56% from 255) = 34.70%
R=31.67%
G=33.63%
B=34.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781891950.090.0300.24201.1812.4173.14
HexB2BDC393018c9c49
Octal26227530311303031114111
Binary1011001010111101110000111001110110001100100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BDC3; }

 p { color: rgb(178,189,195); }

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

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

 a { background-color: rgb(178,189,195); }

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

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

 span { border-color: rgb(178,189,195); }

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