Shades of Granny Apple #BFF9D3
Tints of Granny Apple #BFF9D3
RGB
CMYK
RGB Variations
Color information
#BFF9D3 (or 0xBFF9D3) is known color: Granny Apple. HEX triplet: BF, F9 and D3. RGB value is (191,249,211). Sum of RGB (Red+Green+Blue) = 191+249+211=651 (86% of max value = 765). Red value is 191 (75% from 255 or 29.34% from 651); Green value is 249 (97.66% from 255 or 38.25% from 651); Blue value is 211 (82.81% from 255 or 32.41% from 651); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF9D3 is #40062C. Grayscale: #E3E3E3. Windows color (decimal): -4195885 or 13892031. OLE color: 13892031.
HSL color Cylindrical-coordinate representation of color #BFF9D3: hue angle of 140.69º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF9D3 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 211 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.02 |
| HSL | 140.69º | 0.83% | 0.86% | - |
| HSV(B) | 140.69º | 0.23% | 0.98% | - |
| XYZ | 67.12 | 83.53 | 74.21 | - |
| YUV | 227.33 | 118.78 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 211 | 0.23 | 0 | 0.15 | 0.02 | 140.69 | 0.83 | 0.86 |
| Hex | BF | F9 | D3 | 17 | 0 | F | 2 | 8D | 53 | 56 |
| Octal | 277 | 371 | 323 | 27 | 0 | 17 | 2 | 215 | 123 | 126 |
| Binary | 10111111 | 11111001 | 11010011 | 10111 | 0 | 1111 | 10 | 10001101 | 1010011 | 1010110 |
Color Harmonies of #BFF9D3
Complementary color
Monochromatic Colors of #BFF9D3
Black with #BFF9D3
Text Example
Text Example
White with #BFF9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF9D3; }
p { color: rgb(191,249,211); }
H1.HeaderClassName
{
color: #BFF9D3;
}
.AnyTagClassName
{
color: #BFF9D3;
}
</style>
background-color css
<style>
a { background-color: #BFF9D3; }
a { background-color: rgb(191,249,211); }
div.DivClassName
{
background-color: #BFF9D3;
}
.BgClassName
{
background-color: #BFF9D3;
}
</style>
border-color css
<style>
span { border-color: #BFF9D3; }
span { border-color: rgb(191,249,211); }
td.TdClassName
{
border-color: #BFF9D3;
}
.TagClassName
{
border-color: #BFF9D3;
}
</style>