Shades of Jagged Ice #BDECE6
Tints of Jagged Ice #BDECE6
RGB
CMYK
RGB Variations
Color information
#BDECE6 (or 0xBDECE6) is known color: Jagged Ice. HEX triplet: BD, EC and E6. RGB value is (189,236,230). Sum of RGB (Red+Green+Blue) = 189+236+230=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 230 (90.23% from 255 or 35.11% from 655); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDECE6 is #421319. Grayscale: #DDDDDD. Windows color (decimal): -4330266 or 15133885. OLE color: 15133885.
HSL color Cylindrical-coordinate representation of color #BDECE6: hue angle of 172.34º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDECE6 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 189 | 236 | 230 | - |
CMYK | 0.20 | 0 | 0.03 | 0.07 |
HSL | 172.34º | 0.55% | 0.83% | - |
HSV(B) | 172.34º | 0.2% | 0.93% | - |
XYZ | 65.26 | 76.52 | 86.19 | - |
YUV | 221.26 | 132.93 | 104.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 236 | 230 | 0.20 | 0 | 0.03 | 0.07 | 172.34 | 0.55 | 0.83 |
Hex | BD | EC | E6 | 14 | 0 | 3 | 7 | AC | 37 | 53 |
Octal | 275 | 354 | 346 | 24 | 0 | 3 | 7 | 254 | 67 | 123 |
Binary | 10111101 | 11101100 | 11100110 | 10100 | 0 | 11 | 111 | 10101100 | 110111 | 1010011 |
Color Harmonies of #BDECE6
Complementary color
Monochromatic Colors of #BDECE6
Black with #BDECE6
Text Example
Text Example
White with #BDECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDECE6; }
p { color: rgb(189,236,230); }
H1.HeaderClassName
{
color: #BDECE6;
}
.AnyTagClassName
{
color: #BDECE6;
}
</style>
background-color css
<style>
a { background-color: #BDECE6; }
a { background-color: rgb(189,236,230); }
div.DivClassName
{
background-color: #BDECE6;
}
.BgClassName
{
background-color: #BDECE6;
}
</style>
border-color css
<style>
span { border-color: #BDECE6; }
span { border-color: rgb(189,236,230); }
td.TdClassName
{
border-color: #BDECE6;
}
.TagClassName
{
border-color: #BDECE6;
}
</style>