Shades of Mabel #BDE9E6
Tints of Mabel #BDE9E6
RGB
CMYK
RGB Variations
Color information
#BDE9E6 (or 0xBDE9E6) is known color: Mabel. HEX triplet: BD, E9 and E6. RGB value is (189,233,230). Sum of RGB (Red+Green+Blue) = 189+233+230=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 233 (91.41% from 255 or 35.74% from 652); Blue value is 230 (90.23% from 255 or 35.28% from 652); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE9E6 is #421619. Grayscale: #DBDBDB. Windows color (decimal): -4331034 or 15133117. OLE color: 15133117.
HSL color Cylindrical-coordinate representation of color #BDE9E6: hue angle of 175.91º degrees, saturation: 0.5, 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 #BDE9E6 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 233 | 230 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.09 |
| HSL | 175.91º | 0.5% | 0.83% | - |
| HSV(B) | 175.91º | 0.19% | 0.91% | - |
| XYZ | 64.41 | 74.81 | 85.91 | - |
| YUV | 219.5 | 133.92 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 230 | 0.19 | 0 | 0.01 | 0.09 | 175.91 | 0.5 | 0.83 |
| Hex | BD | E9 | E6 | 13 | 0 | 1 | 9 | B0 | 32 | 53 |
| Octal | 275 | 351 | 346 | 23 | 0 | 1 | 11 | 260 | 62 | 123 |
| Binary | 10111101 | 11101001 | 11100110 | 10011 | 0 | 1 | 1001 | 10110000 | 110010 | 1010011 |
Color Harmonies of #BDE9E6
Complementary color
Monochromatic Colors of #BDE9E6
Black with #BDE9E6
Text Example
Text Example
White with #BDE9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE9E6; }
p { color: rgb(189,233,230); }
H1.HeaderClassName
{
color: #BDE9E6;
}
.AnyTagClassName
{
color: #BDE9E6;
}
</style>
background-color css
<style>
a { background-color: #BDE9E6; }
a { background-color: rgb(189,233,230); }
div.DivClassName
{
background-color: #BDE9E6;
}
.BgClassName
{
background-color: #BDE9E6;
}
</style>
border-color css
<style>
span { border-color: #BDE9E6; }
span { border-color: rgb(189,233,230); }
td.TdClassName
{
border-color: #BDE9E6;
}
.TagClassName
{
border-color: #BDE9E6;
}
</style>