Shades of Jagged Ice #BDE1DD
Tints of Jagged Ice #BDE1DD
RGB
CMYK
RGB Variations
Color information
#BDE1DD (or 0xBDE1DD) is known color: Jagged Ice. HEX triplet: BD, E1 and DD. RGB value is (189,225,221). Sum of RGB (Red+Green+Blue) = 189+225+221=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1DD is #421E22. Grayscale: #D5D5D5. Windows color (decimal): -4333091 or 14541245. OLE color: 14541245.
HSL color Cylindrical-coordinate representation of color #BDE1DD: hue angle of 173.33º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE1DD is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 221 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.12 |
| HSL | 173.33º | 0.38% | 0.81% | - |
| HSV(B) | 173.33º | 0.16% | 0.88% | - |
| XYZ | 60.96 | 69.89 | 78.68 | - |
| YUV | 213.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 221 | 0.16 | 0 | 0.02 | 0.12 | 173.33 | 0.38 | 0.81 |
| Hex | BD | E1 | DD | 10 | 0 | 2 | C | AD | 26 | 51 |
| Octal | 275 | 341 | 335 | 20 | 0 | 2 | 14 | 255 | 46 | 121 |
| Binary | 10111101 | 11100001 | 11011101 | 10000 | 0 | 10 | 1100 | 10101101 | 100110 | 1010001 |
Color Harmonies of #BDE1DD
Complementary color
Monochromatic Colors of #BDE1DD
Black with #BDE1DD
Text Example
Text Example
White with #BDE1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE1DD; }
p { color: rgb(189,225,221); }
H1.HeaderClassName
{
color: #BDE1DD;
}
.AnyTagClassName
{
color: #BDE1DD;
}
</style>
background-color css
<style>
a { background-color: #BDE1DD; }
a { background-color: rgb(189,225,221); }
div.DivClassName
{
background-color: #BDE1DD;
}
.BgClassName
{
background-color: #BDE1DD;
}
</style>
border-color css
<style>
span { border-color: #BDE1DD; }
span { border-color: rgb(189,225,221); }
td.TdClassName
{
border-color: #BDE1DD;
}
.TagClassName
{
border-color: #BDE1DD;
}
</style>