Shades of Jagged Ice #BDEEE8
Tints of Jagged Ice #BDEEE8
RGB
CMYK
RGB Variations
Color information
#BDEEE8 (or 0xBDEEE8) is known color: Jagged Ice. HEX triplet: BD, EE and E8. RGB value is (189,238,232). Sum of RGB (Red+Green+Blue) = 189+238+232=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 238 (93.36% from 255 or 36.12% from 659); Blue value is 232 (91.02% from 255 or 35.20% from 659); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEEE8 is #421117. Grayscale: #DEDEDE. Windows color (decimal): -4329752 or 15265469. OLE color: 15265469.
HSL color Cylindrical-coordinate representation of color #BDEEE8: hue angle of 172.65º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEEE8 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 238 | 232 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.07 |
| HSL | 172.65º | 0.59% | 0.84% | - |
| HSV(B) | 172.65º | 0.21% | 0.93% | - |
| XYZ | 66.13 | 77.79 | 87.87 | - |
| YUV | 222.67 | 133.27 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 238 | 232 | 0.21 | 0 | 0.03 | 0.07 | 172.65 | 0.59 | 0.84 |
| Hex | BD | EE | E8 | 15 | 0 | 3 | 7 | AD | 3B | 54 |
| Octal | 275 | 356 | 350 | 25 | 0 | 3 | 7 | 255 | 73 | 124 |
| Binary | 10111101 | 11101110 | 11101000 | 10101 | 0 | 11 | 111 | 10101101 | 111011 | 1010100 |
Color Harmonies of #BDEEE8
Complementary color
Monochromatic Colors of #BDEEE8
Black with #BDEEE8
Text Example
Text Example
White with #BDEEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEEE8; }
p { color: rgb(189,238,232); }
H1.HeaderClassName
{
color: #BDEEE8;
}
.AnyTagClassName
{
color: #BDEEE8;
}
</style>
background-color css
<style>
a { background-color: #BDEEE8; }
a { background-color: rgb(189,238,232); }
div.DivClassName
{
background-color: #BDEEE8;
}
.BgClassName
{
background-color: #BDEEE8;
}
</style>
border-color css
<style>
span { border-color: #BDEEE8; }
span { border-color: rgb(189,238,232); }
td.TdClassName
{
border-color: #BDEEE8;
}
.TagClassName
{
border-color: #BDEEE8;
}
</style>