Shades of Heather #B2BDC3
Tints of Heather #B2BDC3
RGB
CMYK
RGB Variations
Color information
#B2BDC3 (or 0xB2BDC3) is known color: 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
RGB | 178 | 189 | 195 | - |
CMYK | 0.09 | 0.03 | 0 | 0.24 |
HSL | 201.18º | 0.12% | 0.73% | - |
HSV(B) | 201.18º | 0.09% | 0.76% | - |
XYZ | 46.41 | 49.8 | 58.8 | - |
YUV | 186.4 | 132.86 | 122.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 189 | 195 | 0.09 | 0.03 | 0 | 0.24 | 201.18 | 0.12 | 0.73 |
Hex | B2 | BD | C3 | 9 | 3 | 0 | 18 | C9 | C | 49 |
Octal | 262 | 275 | 303 | 11 | 3 | 0 | 30 | 311 | 14 | 111 |
Binary | 10110010 | 10111101 | 11000011 | 1001 | 11 | 0 | 11000 | 11001001 | 1100 | 1001001 |
Color Harmonies of #B2BDC3
Complementary color
Monochromatic Colors of #B2BDC3
Black with #B2BDC3
Text Example
Text Example
White with #B2BDC3
Text Example
Text Example
HTML Codes & Css Web 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>