Shades of Maverick #BCAFB8
Tints of Maverick #BCAFB8
RGB
CMYK
RGB Variations
Color information
#BCAFB8 (or 0xBCAFB8) is known color: Maverick. HEX triplet: BC, AF and B8. RGB value is (188,175,184). Sum of RGB (Red+Green+Blue) = 188+175+184=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 184 (72.27% from 255 or 33.64% from 547); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFB8 is #435047. Grayscale: #B3B3B3. Windows color (decimal): -4411464 or 12103612. OLE color: 12103612.
HSL color Cylindrical-coordinate representation of color #BCAFB8: hue angle of 318.46º 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 #BCAFB8 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 175 | 184 | - |
CMYK | 0 | 0.07 | 0.02 | 0.26 |
HSL | 318.46º | 0.09% | 0.71% | - |
HSV(B) | 318.46º | 0.07% | 0.74% | - |
XYZ | 44.72 | 44.81 | 51.64 | - |
YUV | 179.91 | 130.31 | 133.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 175 | 184 | 0 | 0.07 | 0.02 | 0.26 | 318.46 | 0.09 | 0.71 |
Hex | BC | AF | B8 | 0 | 7 | 2 | 1A | 13E | 9 | 47 |
Octal | 274 | 257 | 270 | 0 | 7 | 2 | 32 | 476 | 11 | 107 |
Binary | 10111100 | 10101111 | 10111000 | 0 | 111 | 10 | 11010 | 100111110 | 1001 | 1000111 |
Color Harmonies of #BCAFB8
Complementary color
Monochromatic Colors of #BCAFB8
Black with #BCAFB8
Text Example
Text Example
White with #BCAFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFB8; }
p { color: rgb(188,175,184); }
H1.HeaderClassName
{
color: #BCAFB8;
}
.AnyTagClassName
{
color: #BCAFB8;
}
</style>
background-color css
<style>
a { background-color: #BCAFB8; }
a { background-color: rgb(188,175,184); }
div.DivClassName
{
background-color: #BCAFB8;
}
.BgClassName
{
background-color: #BCAFB8;
}
</style>
border-color css
<style>
span { border-color: #BCAFB8; }
span { border-color: rgb(188,175,184); }
td.TdClassName
{
border-color: #BCAFB8;
}
.TagClassName
{
border-color: #BCAFB8;
}
</style>