Shades of Maverick #BDB1BA
Tints of Maverick #BDB1BA
RGB
CMYK
RGB Variations
Color information
#BDB1BA (or 0xBDB1BA) is known color: Maverick. HEX triplet: BD, B1 and BA. RGB value is (189,177,186). Sum of RGB (Red+Green+Blue) = 189+177+186=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB1BA is #424E45. Grayscale: #B5B5B5. Windows color (decimal): -4345414 or 12235197. OLE color: 12235197.
HSL color Cylindrical-coordinate representation of color #BDB1BA: hue angle of 315º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDB1BA is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 177 | 186 | - |
CMYK | 0 | 0.06 | 0.02 | 0.26 |
HSL | 315º | 0.08% | 0.72% | - |
HSV(B) | 315º | 0.06% | 0.74% | - |
XYZ | 45.57 | 45.81 | 52.89 | - |
YUV | 181.61 | 130.48 | 133.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 177 | 186 | 0 | 0.06 | 0.02 | 0.26 | 315 | 0.08 | 0.72 |
Hex | BD | B1 | BA | 0 | 6 | 2 | 1A | 13B | 8 | 48 |
Octal | 275 | 261 | 272 | 0 | 6 | 2 | 32 | 473 | 10 | 110 |
Binary | 10111101 | 10110001 | 10111010 | 0 | 110 | 10 | 11010 | 100111011 | 1000 | 1001000 |
Color Harmonies of #BDB1BA
Complementary color
Monochromatic Colors of #BDB1BA
Black with #BDB1BA
Text Example
Text Example
White with #BDB1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB1BA; }
p { color: rgb(189,177,186); }
H1.HeaderClassName
{
color: #BDB1BA;
}
.AnyTagClassName
{
color: #BDB1BA;
}
</style>
background-color css
<style>
a { background-color: #BDB1BA; }
a { background-color: rgb(189,177,186); }
div.DivClassName
{
background-color: #BDB1BA;
}
.BgClassName
{
background-color: #BDB1BA;
}
</style>
border-color css
<style>
span { border-color: #BDB1BA; }
span { border-color: rgb(189,177,186); }
td.TdClassName
{
border-color: #BDB1BA;
}
.TagClassName
{
border-color: #BDB1BA;
}
</style>