Shades of Jagged Ice #BDEFE9
Tints of Jagged Ice #BDEFE9
RGB
CMYK
RGB Variations
Color information
#BDEFE9 (or 0xBDEFE9) is known color: Jagged Ice. HEX triplet: BD, EF and E9. RGB value is (189,239,233). Sum of RGB (Red+Green+Blue) = 189+239+233=661 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.59% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 233 (91.41% from 255 or 35.25% from 661); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEFE9 is #421016. Grayscale: #DFDFDF. Windows color (decimal): -4329495 or 15331261. OLE color: 15331261.
HSL color Cylindrical-coordinate representation of color #BDEFE9: hue angle of 172.8º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEFE9 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 233 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.06 |
| HSL | 172.8º | 0.61% | 0.84% | - |
| HSV(B) | 172.8º | 0.21% | 0.94% | - |
| XYZ | 66.56 | 78.44 | 88.72 | - |
| YUV | 223.37 | 133.44 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 233 | 0.21 | 0 | 0.03 | 0.06 | 172.8 | 0.61 | 0.84 |
| Hex | BD | EF | E9 | 15 | 0 | 3 | 6 | AD | 3D | 54 |
| Octal | 275 | 357 | 351 | 25 | 0 | 3 | 6 | 255 | 75 | 124 |
| Binary | 10111101 | 11101111 | 11101001 | 10101 | 0 | 11 | 110 | 10101101 | 111101 | 1010100 |
Color Harmonies of #BDEFE9
Complementary color
Monochromatic Colors of #BDEFE9
Black with #BDEFE9
Text Example
Text Example
White with #BDEFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEFE9; }
p { color: rgb(189,239,233); }
H1.HeaderClassName
{
color: #BDEFE9;
}
.AnyTagClassName
{
color: #BDEFE9;
}
</style>
background-color css
<style>
a { background-color: #BDEFE9; }
a { background-color: rgb(189,239,233); }
div.DivClassName
{
background-color: #BDEFE9;
}
.BgClassName
{
background-color: #BDEFE9;
}
</style>
border-color css
<style>
span { border-color: #BDEFE9; }
span { border-color: rgb(189,239,233); }
td.TdClassName
{
border-color: #BDEFE9;
}
.TagClassName
{
border-color: #BDEFE9;
}
</style>