Shades of Maverick #BBADB9
Tints of Maverick #BBADB9
RGB
CMYK
RGB Variations
Color information
#BBADB9 (or 0xBBADB9) is known color: Maverick. HEX triplet: BB, AD and B9. RGB value is (187,173,185). Sum of RGB (Red+Green+Blue) = 187+173+185=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 187 - color contains mainly: red. Hex color #BBADB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADB9 is #445246. Grayscale: #B2B2B2. Windows color (decimal): -4477511 or 12168635. OLE color: 12168635.
HSL color Cylindrical-coordinate representation of color #BBADB9: hue angle of 308.57º 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 #BBADB9 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 173 | 185 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.27 |
| HSL | 308.57º | 0.09% | 0.71% | - |
| HSV(B) | 308.57º | 0.07% | 0.73% | - |
| XYZ | 44.19 | 43.95 | 52.05 | - |
| YUV | 178.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 185 | 0 | 0.07 | 0.01 | 0.27 | 308.57 | 0.09 | 0.71 |
| Hex | BB | AD | B9 | 0 | 7 | 1 | 1B | 135 | 9 | 47 |
| Octal | 273 | 255 | 271 | 0 | 7 | 1 | 33 | 465 | 11 | 107 |
| Binary | 10111011 | 10101101 | 10111001 | 0 | 111 | 1 | 11011 | 100110101 | 1001 | 1000111 |
Color Harmonies of #BBADB9
Complementary color
Monochromatic Colors of #BBADB9
Black with #BBADB9
Text Example
Text Example
White with #BBADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADB9; }
p { color: rgb(187,173,185); }
H1.HeaderClassName
{
color: #BBADB9;
}
.AnyTagClassName
{
color: #BBADB9;
}
</style>
background-color css
<style>
a { background-color: #BBADB9; }
a { background-color: rgb(187,173,185); }
div.DivClassName
{
background-color: #BBADB9;
}
.BgClassName
{
background-color: #BBADB9;
}
</style>
border-color css
<style>
span { border-color: #BBADB9; }
span { border-color: rgb(187,173,185); }
td.TdClassName
{
border-color: #BBADB9;
}
.TagClassName
{
border-color: #BBADB9;
}
</style>