Shades of Kidnapper #BDBEAF
Tints of Kidnapper #BDBEAF
RGB
CMYK
RGB Variations
Color information
#BDBEAF (or 0xBDBEAF) is known color: Kidnapper. HEX triplet: BD, BE and AF. RGB value is (189,190,175). Sum of RGB (Red+Green+Blue) = 189+190+175=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBEAF is #424150. Grayscale: #BCBCBC. Windows color (decimal): -4342097 or 11517629. OLE color: 11517629.
HSL color Cylindrical-coordinate representation of color #BDBEAF: hue angle of 64º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDBEAF is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 190 | 175 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.25 |
| HSL | 64º | 0.1% | 0.72% | - |
| HSV(B) | 64º | 0.08% | 0.75% | - |
| XYZ | 47.14 | 50.74 | 47.87 | - |
| YUV | 187.99 | 120.67 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 175 | 0.01 | 0 | 0.08 | 0.25 | 64 | 0.1 | 0.72 |
| Hex | BD | BE | AF | 1 | 0 | 8 | 19 | 40 | A | 48 |
| Octal | 275 | 276 | 257 | 1 | 0 | 10 | 31 | 100 | 12 | 110 |
| Binary | 10111101 | 10111110 | 10101111 | 1 | 0 | 1000 | 11001 | 1000000 | 1010 | 1001000 |
Color Harmonies of #BDBEAF
Complementary color
Monochromatic Colors of #BDBEAF
Black with #BDBEAF
Text Example
Text Example
White with #BDBEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBEAF; }
p { color: rgb(189,190,175); }
H1.HeaderClassName
{
color: #BDBEAF;
}
.AnyTagClassName
{
color: #BDBEAF;
}
</style>
background-color css
<style>
a { background-color: #BDBEAF; }
a { background-color: rgb(189,190,175); }
div.DivClassName
{
background-color: #BDBEAF;
}
.BgClassName
{
background-color: #BDBEAF;
}
</style>
border-color css
<style>
span { border-color: #BDBEAF; }
span { border-color: rgb(189,190,175); }
td.TdClassName
{
border-color: #BDBEAF;
}
.TagClassName
{
border-color: #BDBEAF;
}
</style>