Shades of Jagged Ice #BFE1DB
Tints of Jagged Ice #BFE1DB
RGB
CMYK
RGB Variations
Color information
#BFE1DB (or 0xBFE1DB) is known color: Jagged Ice. HEX triplet: BF, E1 and DB. RGB value is (191,225,219). Sum of RGB (Red+Green+Blue) = 191+225+219=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE1DB is #401E24. Grayscale: #D6D6D6. Windows color (decimal): -4202021 or 14410175. OLE color: 14410175.
HSL color Cylindrical-coordinate representation of color #BFE1DB: hue angle of 169.41º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFE1DB is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 219 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.12 |
| HSL | 169.41º | 0.36% | 0.82% | - |
| HSV(B) | 169.41º | 0.15% | 0.88% | - |
| XYZ | 61.2 | 70.04 | 77.31 | - |
| YUV | 214.15 | 130.74 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 219 | 0.15 | 0 | 0.03 | 0.12 | 169.41 | 0.36 | 0.82 |
| Hex | BF | E1 | DB | F | 0 | 3 | C | A9 | 24 | 52 |
| Octal | 277 | 341 | 333 | 17 | 0 | 3 | 14 | 251 | 44 | 122 |
| Binary | 10111111 | 11100001 | 11011011 | 1111 | 0 | 11 | 1100 | 10101001 | 100100 | 1010010 |
Color Harmonies of #BFE1DB
Complementary color
Monochromatic Colors of #BFE1DB
Black with #BFE1DB
Text Example
Text Example
White with #BFE1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE1DB; }
p { color: rgb(191,225,219); }
H1.HeaderClassName
{
color: #BFE1DB;
}
.AnyTagClassName
{
color: #BFE1DB;
}
</style>
background-color css
<style>
a { background-color: #BFE1DB; }
a { background-color: rgb(191,225,219); }
div.DivClassName
{
background-color: #BFE1DB;
}
.BgClassName
{
background-color: #BFE1DB;
}
</style>
border-color css
<style>
span { border-color: #BFE1DB; }
span { border-color: rgb(191,225,219); }
td.TdClassName
{
border-color: #BFE1DB;
}
.TagClassName
{
border-color: #BFE1DB;
}
</style>