Shades of Jagged Ice #BCEAE6
Tints of Jagged Ice #BCEAE6
RGB
CMYK
RGB Variations
Color information
#BCEAE6 (or 0xBCEAE6) is known color: Jagged Ice. HEX triplet: BC, EA and E6. RGB value is (188,234,230). Sum of RGB (Red+Green+Blue) = 188+234+230=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 230 (90.23% from 255 or 35.28% from 652); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEAE6 is #431519. Grayscale: #DBDBDB. Windows color (decimal): -4396314 or 15133372. OLE color: 15133372.
HSL color Cylindrical-coordinate representation of color #BCEAE6: hue angle of 174.78º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEAE6 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 230 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.08 |
| HSL | 174.78º | 0.52% | 0.83% | - |
| HSV(B) | 174.78º | 0.2% | 0.92% | - |
| XYZ | 64.44 | 75.25 | 85.99 | - |
| YUV | 219.79 | 133.76 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 230 | 0.20 | 0 | 0.02 | 0.08 | 174.78 | 0.52 | 0.83 |
| Hex | BC | EA | E6 | 14 | 0 | 2 | 8 | AF | 34 | 53 |
| Octal | 274 | 352 | 346 | 24 | 0 | 2 | 10 | 257 | 64 | 123 |
| Binary | 10111100 | 11101010 | 11100110 | 10100 | 0 | 10 | 1000 | 10101111 | 110100 | 1010011 |
Color Harmonies of #BCEAE6
Complementary color
Monochromatic Colors of #BCEAE6
Black with #BCEAE6
Text Example
Text Example
White with #BCEAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEAE6; }
p { color: rgb(188,234,230); }
H1.HeaderClassName
{
color: #BCEAE6;
}
.AnyTagClassName
{
color: #BCEAE6;
}
</style>
background-color css
<style>
a { background-color: #BCEAE6; }
a { background-color: rgb(188,234,230); }
div.DivClassName
{
background-color: #BCEAE6;
}
.BgClassName
{
background-color: #BCEAE6;
}
</style>
border-color css
<style>
span { border-color: #BCEAE6; }
span { border-color: rgb(188,234,230); }
td.TdClassName
{
border-color: #BCEAE6;
}
.TagClassName
{
border-color: #BCEAE6;
}
</style>