Shades of Jagged Ice #BFDFDA
Tints of Jagged Ice #BFDFDA
RGB
CMYK
RGB Variations
Color information
#BFDFDA (or 0xBFDFDA) is known color: Jagged Ice. HEX triplet: BF, DF and DA. RGB value is (191,223,218). Sum of RGB (Red+Green+Blue) = 191+223+218=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFDA is #402025. Grayscale: #D4D4D4. Windows color (decimal): -4202534 or 14344127. OLE color: 14344127.
HSL color Cylindrical-coordinate representation of color #BFDFDA: hue angle of 170.62º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDFDA is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 191 | 223 | 218 | - |
CMYK | 0.14 | 0 | 0.02 | 0.13 |
HSL | 170.63º | 0.33% | 0.81% | - |
HSV(B) | 170.63º | 0.14% | 0.87% | - |
XYZ | 60.53 | 68.91 | 76.44 | - |
YUV | 212.86 | 130.9 | 112.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 223 | 218 | 0.14 | 0 | 0.02 | 0.13 | 170.63 | 0.33 | 0.81 |
Hex | BF | DF | DA | E | 0 | 2 | D | AB | 21 | 51 |
Octal | 277 | 337 | 332 | 16 | 0 | 2 | 15 | 253 | 41 | 121 |
Binary | 10111111 | 11011111 | 11011010 | 1110 | 0 | 10 | 1101 | 10101011 | 100001 | 1010001 |
Color Harmonies of #BFDFDA
Complementary color
Monochromatic Colors of #BFDFDA
Black with #BFDFDA
Text Example
Text Example
White with #BFDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFDA; }
p { color: rgb(191,223,218); }
H1.HeaderClassName
{
color: #BFDFDA;
}
.AnyTagClassName
{
color: #BFDFDA;
}
</style>
background-color css
<style>
a { background-color: #BFDFDA; }
a { background-color: rgb(191,223,218); }
div.DivClassName
{
background-color: #BFDFDA;
}
.BgClassName
{
background-color: #BFDFDA;
}
</style>
border-color css
<style>
span { border-color: #BFDFDA; }
span { border-color: rgb(191,223,218); }
td.TdClassName
{
border-color: #BFDFDA;
}
.TagClassName
{
border-color: #BFDFDA;
}
</style>