Shades of Maverick #BCADB8
Tints of Maverick #BCADB8
RGB
CMYK
RGB Variations
Color information
#BCADB8 (or 0xBCADB8) is known color: Maverick. HEX triplet: BC, AD and B8. RGB value is (188,173,184). Sum of RGB (Red+Green+Blue) = 188+173+184=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 184 (72.27% from 255 or 33.76% from 545); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADB8 is #435247. Grayscale: #B2B2B2. Windows color (decimal): -4411976 or 12103100. OLE color: 12103100.
HSL color Cylindrical-coordinate representation of color #BCADB8: hue angle of 316º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCADB8 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 184 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.26 |
| HSL | 316º | 0.1% | 0.71% | - |
| HSV(B) | 316º | 0.08% | 0.74% | - |
| XYZ | 44.33 | 44.04 | 51.51 | - |
| YUV | 178.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 184 | 0 | 0.08 | 0.02 | 0.26 | 316 | 0.1 | 0.71 |
| Hex | BC | AD | B8 | 0 | 8 | 2 | 1A | 13C | A | 47 |
| Octal | 274 | 255 | 270 | 0 | 10 | 2 | 32 | 474 | 12 | 107 |
| Binary | 10111100 | 10101101 | 10111000 | 0 | 1000 | 10 | 11010 | 100111100 | 1010 | 1000111 |
Color Harmonies of #BCADB8
Complementary color
Monochromatic Colors of #BCADB8
Black with #BCADB8
Text Example
Text Example
White with #BCADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCADB8; }
p { color: rgb(188,173,184); }
H1.HeaderClassName
{
color: #BCADB8;
}
.AnyTagClassName
{
color: #BCADB8;
}
</style>
background-color css
<style>
a { background-color: #BCADB8; }
a { background-color: rgb(188,173,184); }
div.DivClassName
{
background-color: #BCADB8;
}
.BgClassName
{
background-color: #BCADB8;
}
</style>
border-color css
<style>
span { border-color: #BCADB8; }
span { border-color: rgb(188,173,184); }
td.TdClassName
{
border-color: #BCADB8;
}
.TagClassName
{
border-color: #BCADB8;
}
</style>