Shades of Maverick #BDAFBA
Tints of Maverick #BDAFBA
RGB
CMYK
RGB Variations
Color information
#BDAFBA (or 0xBDAFBA) is known color: Maverick. HEX triplet: BD, AF and BA. RGB value is (189,175,186). Sum of RGB (Red+Green+Blue) = 189+175+186=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFBA is #425045. Grayscale: #B4B4B4. Windows color (decimal): -4345926 or 12234685. OLE color: 12234685.
HSL color Cylindrical-coordinate representation of color #BDAFBA: hue angle of 312.86º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDAFBA is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 186 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.26 |
| HSL | 312.86º | 0.1% | 0.71% | - |
| HSV(B) | 312.86º | 0.07% | 0.74% | - |
| XYZ | 45.18 | 45.02 | 52.76 | - |
| YUV | 180.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 186 | 0 | 0.07 | 0.02 | 0.26 | 312.86 | 0.1 | 0.71 |
| Hex | BD | AF | BA | 0 | 7 | 2 | 1A | 139 | A | 47 |
| Octal | 275 | 257 | 272 | 0 | 7 | 2 | 32 | 471 | 12 | 107 |
| Binary | 10111101 | 10101111 | 10111010 | 0 | 111 | 10 | 11010 | 100111001 | 1010 | 1000111 |
Color Harmonies of #BDAFBA
Complementary color
Monochromatic Colors of #BDAFBA
Black with #BDAFBA
Text Example
Text Example
White with #BDAFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAFBA; }
p { color: rgb(189,175,186); }
H1.HeaderClassName
{
color: #BDAFBA;
}
.AnyTagClassName
{
color: #BDAFBA;
}
</style>
background-color css
<style>
a { background-color: #BDAFBA; }
a { background-color: rgb(189,175,186); }
div.DivClassName
{
background-color: #BDAFBA;
}
.BgClassName
{
background-color: #BDAFBA;
}
</style>
border-color css
<style>
span { border-color: #BDAFBA; }
span { border-color: rgb(189,175,186); }
td.TdClassName
{
border-color: #BDAFBA;
}
.TagClassName
{
border-color: #BDAFBA;
}
</style>