Shades of Jagged Ice #BDE2DD
Tints of Jagged Ice #BDE2DD
RGB
CMYK
RGB Variations
Color information
#BDE2DD (or 0xBDE2DD) is known color: Jagged Ice. HEX triplet: BD, E2 and DD. RGB value is (189,226,221). Sum of RGB (Red+Green+Blue) = 189+226+221=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 226 (88.67% from 255 or 35.53% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE2DD is #421D22. Grayscale: #D6D6D6. Windows color (decimal): -4332835 or 14541501. OLE color: 14541501.
HSL color Cylindrical-coordinate representation of color #BDE2DD: hue angle of 171.89º 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 #BDE2DD is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 221 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.11 |
| HSL | 171.89º | 0.39% | 0.81% | - |
| HSV(B) | 171.89º | 0.16% | 0.89% | - |
| XYZ | 61.23 | 70.43 | 78.77 | - |
| YUV | 214.37 | 131.74 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 221 | 0.16 | 0 | 0.02 | 0.11 | 171.89 | 0.39 | 0.81 |
| Hex | BD | E2 | DD | 10 | 0 | 2 | B | AC | 27 | 51 |
| Octal | 275 | 342 | 335 | 20 | 0 | 2 | 13 | 254 | 47 | 121 |
| Binary | 10111101 | 11100010 | 11011101 | 10000 | 0 | 10 | 1011 | 10101100 | 100111 | 1010001 |
Color Harmonies of #BDE2DD
Complementary color
Monochromatic Colors of #BDE2DD
Black with #BDE2DD
Text Example
Text Example
White with #BDE2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE2DD; }
p { color: rgb(189,226,221); }
H1.HeaderClassName
{
color: #BDE2DD;
}
.AnyTagClassName
{
color: #BDE2DD;
}
</style>
background-color css
<style>
a { background-color: #BDE2DD; }
a { background-color: rgb(189,226,221); }
div.DivClassName
{
background-color: #BDE2DD;
}
.BgClassName
{
background-color: #BDE2DD;
}
</style>
border-color css
<style>
span { border-color: #BDE2DD; }
span { border-color: rgb(189,226,221); }
td.TdClassName
{
border-color: #BDE2DD;
}
.TagClassName
{
border-color: #BDE2DD;
}
</style>