Shades of Jagged Ice #BCECE7
Tints of Jagged Ice #BCECE7
RGB
CMYK
RGB Variations
Color information
#BCECE7 (or 0xBCECE7) is known color: Jagged Ice. HEX triplet: BC, EC and E7. RGB value is (188,236,231). Sum of RGB (Red+Green+Blue) = 188+236+231=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 231 (90.62% from 255 or 35.27% from 655); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECE7 is #431318. Grayscale: #DDDDDD. Windows color (decimal): -4395801 or 15199420. OLE color: 15199420.
HSL color Cylindrical-coordinate representation of color #BCECE7: hue angle of 173.75º degrees, saturation: 0.56, 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 #BCECE7 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 188 | 236 | 231 | - |
CMYK | 0.20 | 0 | 0.02 | 0.07 |
HSL | 173.75º | 0.56% | 0.83% | - |
HSV(B) | 173.75º | 0.2% | 0.93% | - |
XYZ | 65.16 | 76.45 | 86.92 | - |
YUV | 221.08 | 133.6 | 104.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 236 | 231 | 0.20 | 0 | 0.02 | 0.07 | 173.75 | 0.56 | 0.83 |
Hex | BC | EC | E7 | 14 | 0 | 2 | 7 | AE | 38 | 53 |
Octal | 274 | 354 | 347 | 24 | 0 | 2 | 7 | 256 | 70 | 123 |
Binary | 10111100 | 11101100 | 11100111 | 10100 | 0 | 10 | 111 | 10101110 | 111000 | 1010011 |
Color Harmonies of #BCECE7
Complementary color
Monochromatic Colors of #BCECE7
Black with #BCECE7
Text Example
Text Example
White with #BCECE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCECE7; }
p { color: rgb(188,236,231); }
H1.HeaderClassName
{
color: #BCECE7;
}
.AnyTagClassName
{
color: #BCECE7;
}
</style>
background-color css
<style>
a { background-color: #BCECE7; }
a { background-color: rgb(188,236,231); }
div.DivClassName
{
background-color: #BCECE7;
}
.BgClassName
{
background-color: #BCECE7;
}
</style>
border-color css
<style>
span { border-color: #BCECE7; }
span { border-color: rgb(188,236,231); }
td.TdClassName
{
border-color: #BCECE7;
}
.TagClassName
{
border-color: #BCECE7;
}
</style>