Shades of Maverick #BDAEB8
Tints of Maverick #BDAEB8
RGB
CMYK
RGB Variations
Color information
#BDAEB8 (or 0xBDAEB8) is known color: Maverick. HEX triplet: BD, AE and B8. RGB value is (189,174,184). Sum of RGB (Red+Green+Blue) = 189+174+184=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 184 (72.27% from 255 or 33.64% from 547); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEB8 is #425147. Grayscale: #B3B3B3. Windows color (decimal): -4346184 or 12103357. OLE color: 12103357.
HSL color Cylindrical-coordinate representation of color #BDAEB8: 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 #BDAEB8 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 174 | 184 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.26 |
| HSL | 320º | 0.1% | 0.71% | - |
| HSV(B) | 320º | 0.08% | 0.74% | - |
| XYZ | 44.77 | 44.55 | 51.59 | - |
| YUV | 179.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 174 | 184 | 0 | 0.08 | 0.03 | 0.26 | 320 | 0.1 | 0.71 |
| Hex | BD | AE | B8 | 0 | 8 | 3 | 1A | 140 | A | 47 |
| Octal | 275 | 256 | 270 | 0 | 10 | 3 | 32 | 500 | 12 | 107 |
| Binary | 10111101 | 10101110 | 10111000 | 0 | 1000 | 11 | 11010 | 101000000 | 1010 | 1000111 |
Color Harmonies of #BDAEB8
Complementary color
Monochromatic Colors of #BDAEB8
Black with #BDAEB8
Text Example
Text Example
White with #BDAEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAEB8; }
p { color: rgb(189,174,184); }
H1.HeaderClassName
{
color: #BDAEB8;
}
.AnyTagClassName
{
color: #BDAEB8;
}
</style>
background-color css
<style>
a { background-color: #BDAEB8; }
a { background-color: rgb(189,174,184); }
div.DivClassName
{
background-color: #BDAEB8;
}
.BgClassName
{
background-color: #BDAEB8;
}
</style>
border-color css
<style>
span { border-color: #BDAEB8; }
span { border-color: rgb(189,174,184); }
td.TdClassName
{
border-color: #BDAEB8;
}
.TagClassName
{
border-color: #BDAEB8;
}
</style>