Shades of Mabel #BDE8E7
Tints of Mabel #BDE8E7
RGB
CMYK
RGB Variations
Color information
#BDE8E7 (or 0xBDE8E7) is known color: Mabel. HEX triplet: BD, E8 and E7. RGB value is (189,232,231). Sum of RGB (Red+Green+Blue) = 189+232+231=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 232 (91.02% from 255 or 35.58% from 652); Blue value is 231 (90.62% from 255 or 35.43% from 652); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE8E7 is #421718. Grayscale: #DADADA. Windows color (decimal): -4331289 or 15198397. OLE color: 15198397.
HSL color Cylindrical-coordinate representation of color #BDE8E7: hue angle of 178.6º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE8E7 is Cyan = 0.19, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 232 | 231 | - |
| CMYK | 0.19 | 0 | 0.00 | 0.09 |
| HSL | 178.6º | 0.48% | 0.83% | - |
| HSV(B) | 178.6º | 0.19% | 0.91% | - |
| XYZ | 64.27 | 74.3 | 86.56 | - |
| YUV | 219.03 | 134.75 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 231 | 0.19 | 0 | 0.00 | 0.09 | 178.6 | 0.48 | 0.83 |
| Hex | BD | E8 | E7 | 13 | 0 | 0 | 9 | B3 | 30 | 53 |
| Octal | 275 | 350 | 347 | 23 | 0 | 0 | 11 | 263 | 60 | 123 |
| Binary | 10111101 | 11101000 | 11100111 | 10011 | 0 | 0 | 1001 | 10110011 | 110000 | 1010011 |
Color Harmonies of #BDE8E7
Complementary color
Monochromatic Colors of #BDE8E7
Black with #BDE8E7
Text Example
Text Example
White with #BDE8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE8E7; }
p { color: rgb(189,232,231); }
H1.HeaderClassName
{
color: #BDE8E7;
}
.AnyTagClassName
{
color: #BDE8E7;
}
</style>
background-color css
<style>
a { background-color: #BDE8E7; }
a { background-color: rgb(189,232,231); }
div.DivClassName
{
background-color: #BDE8E7;
}
.BgClassName
{
background-color: #BDE8E7;
}
</style>
border-color css
<style>
span { border-color: #BDE8E7; }
span { border-color: rgb(189,232,231); }
td.TdClassName
{
border-color: #BDE8E7;
}
.TagClassName
{
border-color: #BDE8E7;
}
</style>