Shades of Maverick #BCADB7
Tints of Maverick #BCADB7
RGB
CMYK
RGB Variations
Color information
#BCADB7 (or 0xBCADB7) is known color: Maverick. HEX triplet: BC, AD and B7. RGB value is (188,173,183). Sum of RGB (Red+Green+Blue) = 188+173+183=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 183 (71.88% from 255 or 33.64% from 544); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADB7 is #435248. Grayscale: #B2B2B2. Windows color (decimal): -4411977 or 12037564. OLE color: 12037564.
HSL color Cylindrical-coordinate representation of color #BCADB7: hue angle of 320º 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 #BCADB7 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 183 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.26 |
| HSL | 320º | 0.1% | 0.71% | - |
| HSV(B) | 320º | 0.08% | 0.74% | - |
| XYZ | 44.23 | 44 | 50.96 | - |
| YUV | 178.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 183 | 0 | 0.08 | 0.03 | 0.26 | 320 | 0.1 | 0.71 |
| Hex | BC | AD | B7 | 0 | 8 | 3 | 1A | 140 | A | 47 |
| Octal | 274 | 255 | 267 | 0 | 10 | 3 | 32 | 500 | 12 | 107 |
| Binary | 10111100 | 10101101 | 10110111 | 0 | 1000 | 11 | 11010 | 101000000 | 1010 | 1000111 |
Color Harmonies of #BCADB7
Complementary color
Monochromatic Colors of #BCADB7
Black with #BCADB7
Text Example
Text Example
White with #BCADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCADB7; }
p { color: rgb(188,173,183); }
H1.HeaderClassName
{
color: #BCADB7;
}
.AnyTagClassName
{
color: #BCADB7;
}
</style>
background-color css
<style>
a { background-color: #BCADB7; }
a { background-color: rgb(188,173,183); }
div.DivClassName
{
background-color: #BCADB7;
}
.BgClassName
{
background-color: #BCADB7;
}
</style>
border-color css
<style>
span { border-color: #BCADB7; }
span { border-color: rgb(188,173,183); }
td.TdClassName
{
border-color: #BCADB7;
}
.TagClassName
{
border-color: #BCADB7;
}
</style>