Shades of Maverick #BCAEB8
Tints of Maverick #BCAEB8
RGB
CMYK
RGB Variations
Color information
#BCAEB8 (or 0xBCAEB8) is known color: Maverick. HEX triplet: BC, AE and B8. RGB value is (188,174,184). Sum of RGB (Red+Green+Blue) = 188+174+184=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 184 (72.27% from 255 or 33.70% from 546); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEB8 is #435147. Grayscale: #B3B3B3. Windows color (decimal): -4411720 or 12103356. OLE color: 12103356.
HSL color Cylindrical-coordinate representation of color #BCAEB8: hue angle of 317.14º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCAEB8 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 184 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.26 |
| HSL | 317.14º | 0.09% | 0.71% | - |
| HSV(B) | 317.14º | 0.07% | 0.74% | - |
| XYZ | 44.53 | 44.42 | 51.58 | - |
| YUV | 179.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 184 | 0 | 0.07 | 0.02 | 0.26 | 317.14 | 0.09 | 0.71 |
| Hex | BC | AE | B8 | 0 | 7 | 2 | 1A | 13D | 9 | 47 |
| Octal | 274 | 256 | 270 | 0 | 7 | 2 | 32 | 475 | 11 | 107 |
| Binary | 10111100 | 10101110 | 10111000 | 0 | 111 | 10 | 11010 | 100111101 | 1001 | 1000111 |
Color Harmonies of #BCAEB8
Complementary color
Monochromatic Colors of #BCAEB8
Black with #BCAEB8
Text Example
Text Example
White with #BCAEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAEB8; }
p { color: rgb(188,174,184); }
H1.HeaderClassName
{
color: #BCAEB8;
}
.AnyTagClassName
{
color: #BCAEB8;
}
</style>
background-color css
<style>
a { background-color: #BCAEB8; }
a { background-color: rgb(188,174,184); }
div.DivClassName
{
background-color: #BCAEB8;
}
.BgClassName
{
background-color: #BCAEB8;
}
</style>
border-color css
<style>
span { border-color: #BCAEB8; }
span { border-color: rgb(188,174,184); }
td.TdClassName
{
border-color: #BCAEB8;
}
.TagClassName
{
border-color: #BCAEB8;
}
</style>