Shades of Jagged Ice #BEE1DF
Tints of Jagged Ice #BEE1DF
RGB
CMYK
RGB Variations
Color information
#BEE1DF (or 0xBEE1DF) is known color: Jagged Ice. HEX triplet: BE, E1 and DF. RGB value is (190,225,223). Sum of RGB (Red+Green+Blue) = 190+225+223=638 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.78% from 638); Green value is 225 (88.28% from 255 or 35.27% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1DF is #411E20. Grayscale: #D6D6D6. Windows color (decimal): -4267553 or 14672318. OLE color: 14672318.
HSL color Cylindrical-coordinate representation of color #BEE1DF: hue angle of 176.57º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE1DF is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 223 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.12 |
| HSL | 176.57º | 0.37% | 0.81% | - |
| HSV(B) | 176.57º | 0.16% | 0.88% | - |
| XYZ | 61.48 | 70.13 | 80.11 | - |
| YUV | 214.31 | 132.9 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 223 | 0.16 | 0 | 0.01 | 0.12 | 176.57 | 0.37 | 0.81 |
| Hex | BE | E1 | DF | 10 | 0 | 1 | C | B1 | 25 | 51 |
| Octal | 276 | 341 | 337 | 20 | 0 | 1 | 14 | 261 | 45 | 121 |
| Binary | 10111110 | 11100001 | 11011111 | 10000 | 0 | 1 | 1100 | 10110001 | 100101 | 1010001 |
Color Harmonies of #BEE1DF
Complementary color
Monochromatic Colors of #BEE1DF
Black with #BEE1DF
Text Example
Text Example
White with #BEE1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE1DF; }
p { color: rgb(190,225,223); }
H1.HeaderClassName
{
color: #BEE1DF;
}
.AnyTagClassName
{
color: #BEE1DF;
}
</style>
background-color css
<style>
a { background-color: #BEE1DF; }
a { background-color: rgb(190,225,223); }
div.DivClassName
{
background-color: #BEE1DF;
}
.BgClassName
{
background-color: #BEE1DF;
}
</style>
border-color css
<style>
span { border-color: #BEE1DF; }
span { border-color: rgb(190,225,223); }
td.TdClassName
{
border-color: #BEE1DF;
}
.TagClassName
{
border-color: #BEE1DF;
}
</style>