Shades of Mabel #BDEAE9
Tints of Mabel #BDEAE9
RGB
CMYK
RGB Variations
Color information
#BDEAE9 (or 0xBDEAE9) is known color: Mabel. HEX triplet: BD, EA and E9. RGB value is (189,234,233). Sum of RGB (Red+Green+Blue) = 189+234+233=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 233 (91.41% from 255 or 35.52% from 656); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEAE9 is #421516. Grayscale: #DCDCDC. Windows color (decimal): -4330775 or 15329981. OLE color: 15329981.
HSL color Cylindrical-coordinate representation of color #BDEAE9: hue angle of 178.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDEAE9 is Cyan = 0.19, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 234 | 233 | - |
| CMYK | 0.19 | 0 | 0.00 | 0.08 |
| HSL | 178.67º | 0.52% | 0.83% | - |
| HSV(B) | 178.67º | 0.19% | 0.92% | - |
| XYZ | 65.12 | 75.55 | 88.24 | - |
| YUV | 220.43 | 135.09 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 233 | 0.19 | 0 | 0.00 | 0.08 | 178.67 | 0.52 | 0.83 |
| Hex | BD | EA | E9 | 13 | 0 | 0 | 8 | B3 | 34 | 53 |
| Octal | 275 | 352 | 351 | 23 | 0 | 0 | 10 | 263 | 64 | 123 |
| Binary | 10111101 | 11101010 | 11101001 | 10011 | 0 | 0 | 1000 | 10110011 | 110100 | 1010011 |
Color Harmonies of #BDEAE9
Complementary color
Monochromatic Colors of #BDEAE9
Black with #BDEAE9
Text Example
Text Example
White with #BDEAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEAE9; }
p { color: rgb(189,234,233); }
H1.HeaderClassName
{
color: #BDEAE9;
}
.AnyTagClassName
{
color: #BDEAE9;
}
</style>
background-color css
<style>
a { background-color: #BDEAE9; }
a { background-color: rgb(189,234,233); }
div.DivClassName
{
background-color: #BDEAE9;
}
.BgClassName
{
background-color: #BDEAE9;
}
</style>
border-color css
<style>
span { border-color: #BDEAE9; }
span { border-color: rgb(189,234,233); }
td.TdClassName
{
border-color: #BDEAE9;
}
.TagClassName
{
border-color: #BDEAE9;
}
</style>