Shades of Heather #BDBEBF
Tints of Heather #BDBEBF
RGB
CMYK
RGB Variations
Color information
#BDBEBF (or 0xBDBEBF) is known color: Heather. HEX triplet: BD, BE and BF. RGB value is (189,190,191). Sum of RGB (Red+Green+Blue) = 189+190+191=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 191 - color contains mainly: blue. Hex color #BDBEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEBF is #424140. Grayscale: #BDBDBD. Windows color (decimal): -4342081 or 12566205. OLE color: 12566205.
HSL color Cylindrical-coordinate representation of color #BDBEBF: hue angle of 210º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BDBEBF is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 190 | 191 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.25 |
| HSL | 210º | 0.02% | 0.75% | - |
| HSV(B) | 210º | 0.01% | 0.75% | - |
| XYZ | 48.8 | 51.41 | 56.64 | - |
| YUV | 189.82 | 128.67 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 191 | 0.01 | 0.01 | 0 | 0.25 | 210 | 0.02 | 0.75 |
| Hex | BD | BE | BF | 1 | 1 | 0 | 19 | D2 | 2 | 4B |
| Octal | 275 | 276 | 277 | 1 | 1 | 0 | 31 | 322 | 2 | 113 |
| Binary | 10111101 | 10111110 | 10111111 | 1 | 1 | 0 | 11001 | 11010010 | 10 | 1001011 |
Color Harmonies of #BDBEBF
Complementary color
Monochromatic Colors of #BDBEBF
Black with #BDBEBF
Text Example
Text Example
White with #BDBEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBEBF; }
p { color: rgb(189,190,191); }
H1.HeaderClassName
{
color: #BDBEBF;
}
.AnyTagClassName
{
color: #BDBEBF;
}
</style>
background-color css
<style>
a { background-color: #BDBEBF; }
a { background-color: rgb(189,190,191); }
div.DivClassName
{
background-color: #BDBEBF;
}
.BgClassName
{
background-color: #BDBEBF;
}
</style>
border-color css
<style>
span { border-color: #BDBEBF; }
span { border-color: rgb(189,190,191); }
td.TdClassName
{
border-color: #BDBEBF;
}
.TagClassName
{
border-color: #BDBEBF;
}
</style>