Shades of Maverick #BDB5BC
Tints of Maverick #BDB5BC
RGB
CMYK
RGB Variations
Color information
#BDB5BC (or 0xBDB5BC) is known color: Maverick. HEX triplet: BD, B5 and BC. RGB value is (189,181,188). Sum of RGB (Red+Green+Blue) = 189+181+188=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 181 (71.09% from 255 or 32.44% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB5BC is #424A43. Grayscale: #B8B8B8. Windows color (decimal): -4344388 or 12367293. OLE color: 12367293.
HSL color Cylindrical-coordinate representation of color #BDB5BC: hue angle of 307.5º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDB5BC is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 181 | 188 | - |
CMYK | 0 | 0.04 | 0.01 | 0.26 |
HSL | 307.5º | 0.06% | 0.73% | - |
HSV(B) | 307.5º | 0.04% | 0.74% | - |
XYZ | 46.59 | 47.5 | 54.29 | - |
YUV | 184.19 | 130.15 | 131.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 181 | 188 | 0 | 0.04 | 0.01 | 0.26 | 307.5 | 0.06 | 0.73 |
Hex | BD | B5 | BC | 0 | 4 | 1 | 1A | 134 | 6 | 49 |
Octal | 275 | 265 | 274 | 0 | 4 | 1 | 32 | 464 | 6 | 111 |
Binary | 10111101 | 10110101 | 10111100 | 0 | 100 | 1 | 11010 | 100110100 | 110 | 1001001 |
Color Harmonies of #BDB5BC
Complementary color
Monochromatic Colors of #BDB5BC
Black with #BDB5BC
Text Example
Text Example
White with #BDB5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB5BC; }
p { color: rgb(189,181,188); }
H1.HeaderClassName
{
color: #BDB5BC;
}
.AnyTagClassName
{
color: #BDB5BC;
}
</style>
background-color css
<style>
a { background-color: #BDB5BC; }
a { background-color: rgb(189,181,188); }
div.DivClassName
{
background-color: #BDB5BC;
}
.BgClassName
{
background-color: #BDB5BC;
}
</style>
border-color css
<style>
span { border-color: #BDB5BC; }
span { border-color: rgb(189,181,188); }
td.TdClassName
{
border-color: #BDB5BC;
}
.TagClassName
{
border-color: #BDB5BC;
}
</style>