Shades of Mabel #BDE7E6
Tints of Mabel #BDE7E6
RGB
CMYK
RGB Variations
Color information
#BDE7E6 (or 0xBDE7E6) is known color: Mabel. HEX triplet: BD, E7 and E6. RGB value is (189,231,230). Sum of RGB (Red+Green+Blue) = 189+231+230=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 231 (90.62% from 255 or 35.54% from 650); Blue value is 230 (90.23% from 255 or 35.38% from 650); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE7E6 is #421819. Grayscale: #DADADA. Windows color (decimal): -4331546 or 15132605. OLE color: 15132605.
HSL color Cylindrical-coordinate representation of color #BDE7E6: hue angle of 178.57º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE7E6 is Cyan = 0.18, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 231 | 230 | - |
| CMYK | 0.18 | 0 | 0.00 | 0.09 |
| HSL | 178.57º | 0.47% | 0.82% | - |
| HSV(B) | 178.57º | 0.18% | 0.91% | - |
| XYZ | 63.85 | 73.68 | 85.72 | - |
| YUV | 218.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 231 | 230 | 0.18 | 0 | 0.00 | 0.09 | 178.57 | 0.47 | 0.82 |
| Hex | BD | E7 | E6 | 12 | 0 | 0 | 9 | B3 | 2F | 52 |
| Octal | 275 | 347 | 346 | 22 | 0 | 0 | 11 | 263 | 57 | 122 |
| Binary | 10111101 | 11100111 | 11100110 | 10010 | 0 | 0 | 1001 | 10110011 | 101111 | 1010010 |
Color Harmonies of #BDE7E6
Complementary color
Monochromatic Colors of #BDE7E6
Black with #BDE7E6
Text Example
Text Example
White with #BDE7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE7E6; }
p { color: rgb(189,231,230); }
H1.HeaderClassName
{
color: #BDE7E6;
}
.AnyTagClassName
{
color: #BDE7E6;
}
</style>
background-color css
<style>
a { background-color: #BDE7E6; }
a { background-color: rgb(189,231,230); }
div.DivClassName
{
background-color: #BDE7E6;
}
.BgClassName
{
background-color: #BDE7E6;
}
</style>
border-color css
<style>
span { border-color: #BDE7E6; }
span { border-color: rgb(189,231,230); }
td.TdClassName
{
border-color: #BDE7E6;
}
.TagClassName
{
border-color: #BDE7E6;
}
</style>