Shades of Mabel #BDE2E2
Tints of Mabel #BDE2E2
RGB
CMYK
RGB Variations
Color information
#BDE2E2 (or 0xBDE2E2) is known color: Mabel. HEX triplet: BD, E2 and E2. RGB value is (189,226,226). Sum of RGB (Red+Green+Blue) = 189+226+226=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 226 (88.67% from 255 or 35.26% from 641); Blue value is 226 (88.67% from 255 or 35.26% from 641); Max value from RGB is 226 - color contains mainly: green, blue. Hex color #BDE2E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE2E2 is #421D1D. Grayscale: #D6D6D6. Windows color (decimal): -4332830 or 14869181. OLE color: 14869181.
HSL color Cylindrical-coordinate representation of color #BDE2E2: hue angle of 180º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE2E2 is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 226 | - |
| CMYK | 0.16 | 0 | 0 | 0.11 |
| HSL | 180º | 0.39% | 0.81% | - |
| HSV(B) | 180º | 0.16% | 0.89% | - |
| XYZ | 61.91 | 70.7 | 82.34 | - |
| YUV | 214.94 | 134.24 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 226 | 0.16 | 0 | 0 | 0.11 | 180 | 0.39 | 0.81 |
| Hex | BD | E2 | E2 | 10 | 0 | 0 | B | B4 | 27 | 51 |
| Octal | 275 | 342 | 342 | 20 | 0 | 0 | 13 | 264 | 47 | 121 |
| Binary | 10111101 | 11100010 | 11100010 | 10000 | 0 | 0 | 1011 | 10110100 | 100111 | 1010001 |
Color Harmonies of #BDE2E2
Complementary color
Monochromatic Colors of #BDE2E2
Black with #BDE2E2
Text Example
Text Example
White with #BDE2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE2E2; }
p { color: rgb(189,226,226); }
H1.HeaderClassName
{
color: #BDE2E2;
}
.AnyTagClassName
{
color: #BDE2E2;
}
</style>
background-color css
<style>
a { background-color: #BDE2E2; }
a { background-color: rgb(189,226,226); }
div.DivClassName
{
background-color: #BDE2E2;
}
.BgClassName
{
background-color: #BDE2E2;
}
</style>
border-color css
<style>
span { border-color: #BDE2E2; }
span { border-color: rgb(189,226,226); }
td.TdClassName
{
border-color: #BDE2E2;
}
.TagClassName
{
border-color: #BDE2E2;
}
</style>