Shades of Kidnapper #BDBEB4
Tints of Kidnapper #BDBEB4
RGB
CMYK
RGB Variations
Color information
#BDBEB4 (or 0xBDBEB4) is known color: Kidnapper. HEX triplet: BD, BE and B4. RGB value is (189,190,180). Sum of RGB (Red+Green+Blue) = 189+190+180=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEB4 is #42414B. Grayscale: #BCBCBC. Windows color (decimal): -4342092 or 11845309. OLE color: 11845309.
HSL color Cylindrical-coordinate representation of color #BDBEB4: hue angle of 66º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDBEB4 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
RGB | 189 | 190 | 180 | - |
CMYK | 0.01 | 0 | 0.05 | 0.25 |
HSL | 66º | 0.07% | 0.73% | - |
HSV(B) | 66º | 0.05% | 0.75% | - |
XYZ | 47.64 | 50.94 | 50.5 | - |
YUV | 188.56 | 123.17 | 128.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 190 | 180 | 0.01 | 0 | 0.05 | 0.25 | 66 | 0.07 | 0.73 |
Hex | BD | BE | B4 | 1 | 0 | 5 | 19 | 42 | 7 | 49 |
Octal | 275 | 276 | 264 | 1 | 0 | 5 | 31 | 102 | 7 | 111 |
Binary | 10111101 | 10111110 | 10110100 | 1 | 0 | 101 | 11001 | 1000010 | 111 | 1001001 |
Color Harmonies of #BDBEB4
Complementary color
Monochromatic Colors of #BDBEB4
Black with #BDBEB4
Text Example
Text Example
White with #BDBEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBEB4; }
p { color: rgb(189,190,180); }
H1.HeaderClassName
{
color: #BDBEB4;
}
.AnyTagClassName
{
color: #BDBEB4;
}
</style>
background-color css
<style>
a { background-color: #BDBEB4; }
a { background-color: rgb(189,190,180); }
div.DivClassName
{
background-color: #BDBEB4;
}
.BgClassName
{
background-color: #BDBEB4;
}
</style>
border-color css
<style>
span { border-color: #BDBEB4; }
span { border-color: rgb(189,190,180); }
td.TdClassName
{
border-color: #BDBEB4;
}
.TagClassName
{
border-color: #BDBEB4;
}
</style>