Shades of Maverick #BDB8BC
Tints of Maverick #BDB8BC
RGB
CMYK
RGB Variations
Color information
#BDB8BC (or 0xBDB8BC) is known color: Maverick. HEX triplet: BD, B8 and BC. RGB value is (189,184,188). Sum of RGB (Red+Green+Blue) = 189+184+188=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 184 (72.27% from 255 or 32.80% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB8BC is #424743. Grayscale: #B9B9B9. Windows color (decimal): -4343620 or 12368061. OLE color: 12368061.
HSL color Cylindrical-coordinate representation of color #BDB8BC: hue angle of 312º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BDB8BC is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 184 | 188 | - |
CMYK | 0 | 0.03 | 0.01 | 0.26 |
HSL | 312º | 0.04% | 0.73% | - |
HSV(B) | 312º | 0.03% | 0.74% | - |
XYZ | 47.2 | 48.73 | 54.5 | - |
YUV | 185.95 | 129.16 | 130.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 184 | 188 | 0 | 0.03 | 0.01 | 0.26 | 312 | 0.04 | 0.73 |
Hex | BD | B8 | BC | 0 | 3 | 1 | 1A | 138 | 4 | 49 |
Octal | 275 | 270 | 274 | 0 | 3 | 1 | 32 | 470 | 4 | 111 |
Binary | 10111101 | 10111000 | 10111100 | 0 | 11 | 1 | 11010 | 100111000 | 100 | 1001001 |
Color Harmonies of #BDB8BC
Complementary color
Monochromatic Colors of #BDB8BC
Black with #BDB8BC
Text Example
Text Example
White with #BDB8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB8BC; }
p { color: rgb(189,184,188); }
H1.HeaderClassName
{
color: #BDB8BC;
}
.AnyTagClassName
{
color: #BDB8BC;
}
</style>
background-color css
<style>
a { background-color: #BDB8BC; }
a { background-color: rgb(189,184,188); }
div.DivClassName
{
background-color: #BDB8BC;
}
.BgClassName
{
background-color: #BDB8BC;
}
</style>
border-color css
<style>
span { border-color: #BDB8BC; }
span { border-color: rgb(189,184,188); }
td.TdClassName
{
border-color: #BDB8BC;
}
.TagClassName
{
border-color: #BDB8BC;
}
</style>