Shades of Heather #BDBFC1
Tints of Heather #BDBFC1
RGB
CMYK
RGB Variations
Color information
#BDBFC1 (or 0xBDBFC1) is known color: Heather. HEX triplet: BD, BF and C1. RGB value is (189,191,193). Sum of RGB (Red+Green+Blue) = 189+191+193=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 193 - color contains mainly: blue. Hex color #BDBFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFC1 is #42403E. Grayscale: #BEBEBE. Windows color (decimal): -4341823 or 12697533. OLE color: 12697533.
HSL color Cylindrical-coordinate representation of color #BDBFC1: hue angle of 210º degrees, saturation: 0.03, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BDBFC1 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 189 | 191 | 193 | - |
CMYK | 0.02 | 0.01 | 0 | 0.24 |
HSL | 210º | 0.03% | 0.75% | - |
HSV(B) | 210º | 0.02% | 0.76% | - |
XYZ | 49.24 | 51.93 | 57.88 | - |
YUV | 190.63 | 129.34 | 126.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 191 | 193 | 0.02 | 0.01 | 0 | 0.24 | 210 | 0.03 | 0.75 |
Hex | BD | BF | C1 | 2 | 1 | 0 | 18 | D2 | 3 | 4B |
Octal | 275 | 277 | 301 | 2 | 1 | 0 | 30 | 322 | 3 | 113 |
Binary | 10111101 | 10111111 | 11000001 | 10 | 1 | 0 | 11000 | 11010010 | 11 | 1001011 |
Color Harmonies of #BDBFC1
Complementary color
Monochromatic Colors of #BDBFC1
Black with #BDBFC1
Text Example
Text Example
White with #BDBFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBFC1; }
p { color: rgb(189,191,193); }
H1.HeaderClassName
{
color: #BDBFC1;
}
.AnyTagClassName
{
color: #BDBFC1;
}
</style>
background-color css
<style>
a { background-color: #BDBFC1; }
a { background-color: rgb(189,191,193); }
div.DivClassName
{
background-color: #BDBFC1;
}
.BgClassName
{
background-color: #BDBFC1;
}
</style>
border-color css
<style>
span { border-color: #BDBFC1; }
span { border-color: rgb(189,191,193); }
td.TdClassName
{
border-color: #BDBFC1;
}
.TagClassName
{
border-color: #BDBFC1;
}
</style>