Shades of Maverick #BBADB8
Tints of Maverick #BBADB8
RGB
CMYK
RGB Variations
Color information
#BBADB8 (or 0xBBADB8) is known color: Maverick. HEX triplet: BB, AD and B8. RGB value is (187,173,184). Sum of RGB (Red+Green+Blue) = 187+173+184=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 184 (72.27% from 255 or 33.82% from 544); Max value from RGB is 187 - color contains mainly: red. Hex color #BBADB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADB8 is #445247. Grayscale: #B2B2B2. Windows color (decimal): -4477512 or 12103099. OLE color: 12103099.
HSL color Cylindrical-coordinate representation of color #BBADB8: hue angle of 312.86º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBADB8 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 173 | 184 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.27 |
| HSL | 312.86º | 0.09% | 0.71% | - |
| HSV(B) | 312.86º | 0.07% | 0.73% | - |
| XYZ | 44.09 | 43.91 | 51.5 | - |
| YUV | 178.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 184 | 0 | 0.07 | 0.02 | 0.27 | 312.86 | 0.09 | 0.71 |
| Hex | BB | AD | B8 | 0 | 7 | 2 | 1B | 139 | 9 | 47 |
| Octal | 273 | 255 | 270 | 0 | 7 | 2 | 33 | 471 | 11 | 107 |
| Binary | 10111011 | 10101101 | 10111000 | 0 | 111 | 10 | 11011 | 100111001 | 1001 | 1000111 |
Color Harmonies of #BBADB8
Complementary color
Monochromatic Colors of #BBADB8
Black with #BBADB8
Text Example
Text Example
White with #BBADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADB8; }
p { color: rgb(187,173,184); }
H1.HeaderClassName
{
color: #BBADB8;
}
.AnyTagClassName
{
color: #BBADB8;
}
</style>
background-color css
<style>
a { background-color: #BBADB8; }
a { background-color: rgb(187,173,184); }
div.DivClassName
{
background-color: #BBADB8;
}
.BgClassName
{
background-color: #BBADB8;
}
</style>
border-color css
<style>
span { border-color: #BBADB8; }
span { border-color: rgb(187,173,184); }
td.TdClassName
{
border-color: #BBADB8;
}
.TagClassName
{
border-color: #BBADB8;
}
</style>