Shades of Maverick #BFADB8
Tints of Maverick #BFADB8
RGB
CMYK
RGB Variations
Color information
#BFADB8 (or 0xBFADB8) is known color: Maverick. HEX triplet: BF, AD and B8. RGB value is (191,173,184). Sum of RGB (Red+Green+Blue) = 191+173+184=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 184 (72.27% from 255 or 33.58% from 548); Max value from RGB is 191 - color contains mainly: red. Hex color #BFADB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADB8 is #405247. Grayscale: #B3B3B3. Windows color (decimal): -4215368 or 12103103. OLE color: 12103103.
HSL color Cylindrical-coordinate representation of color #BFADB8: hue angle of 323.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFADB8 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 173 | 184 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.25 |
| HSL | 323.33º | 0.12% | 0.71% | - |
| HSV(B) | 323.33º | 0.09% | 0.75% | - |
| XYZ | 45.08 | 44.42 | 51.55 | - |
| YUV | 179.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 184 | 0 | 0.09 | 0.04 | 0.25 | 323.33 | 0.12 | 0.71 |
| Hex | BF | AD | B8 | 0 | 9 | 4 | 19 | 143 | C | 47 |
| Octal | 277 | 255 | 270 | 0 | 11 | 4 | 31 | 503 | 14 | 107 |
| Binary | 10111111 | 10101101 | 10111000 | 0 | 1001 | 100 | 11001 | 101000011 | 1100 | 1000111 |
Color Harmonies of #BFADB8
Complementary color
Monochromatic Colors of #BFADB8
Black with #BFADB8
Text Example
Text Example
White with #BFADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADB8; }
p { color: rgb(191,173,184); }
H1.HeaderClassName
{
color: #BFADB8;
}
.AnyTagClassName
{
color: #BFADB8;
}
</style>
background-color css
<style>
a { background-color: #BFADB8; }
a { background-color: rgb(191,173,184); }
div.DivClassName
{
background-color: #BFADB8;
}
.BgClassName
{
background-color: #BFADB8;
}
</style>
border-color css
<style>
span { border-color: #BFADB8; }
span { border-color: rgb(191,173,184); }
td.TdClassName
{
border-color: #BFADB8;
}
.TagClassName
{
border-color: #BFADB8;
}
</style>