Shades of Granny Apple #BFFDD4
Tints of Granny Apple #BFFDD4
RGB
CMYK
RGB Variations
Color information
#BFFDD4 (or 0xBFFDD4) is known color: Granny Apple. HEX triplet: BF, FD and D4. RGB value is (191,253,212). Sum of RGB (Red+Green+Blue) = 191+253+212=656 (86% of max value = 765). Red value is 191 (75% from 255 or 29.12% from 656); Green value is 253 (99.22% from 255 or 38.57% from 656); Blue value is 212 (83.20% from 255 or 32.32% from 656); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDD4 is #40022B. Grayscale: #E5E5E5. Windows color (decimal): -4194860 or 13958591. OLE color: 13958591.
HSL color Cylindrical-coordinate representation of color #BFFDD4: hue angle of 140.32º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFDD4 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 212 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.01 |
| HSL | 140.32º | 0.94% | 0.87% | - |
| HSV(B) | 140.32º | 0.25% | 0.99% | - |
| XYZ | 68.49 | 86.08 | 75.29 | - |
| YUV | 229.79 | 117.96 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 212 | 0.25 | 0 | 0.16 | 0.01 | 140.32 | 0.94 | 0.87 |
| Hex | BF | FD | D4 | 19 | 0 | 10 | 1 | 8C | 5E | 57 |
| Octal | 277 | 375 | 324 | 31 | 0 | 20 | 1 | 214 | 136 | 127 |
| Binary | 10111111 | 11111101 | 11010100 | 11001 | 0 | 10000 | 1 | 10001100 | 1011110 | 1010111 |
Color Harmonies of #BFFDD4
Complementary color
Monochromatic Colors of #BFFDD4
Black with #BFFDD4
Text Example
Text Example
White with #BFFDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFDD4; }
p { color: rgb(191,253,212); }
H1.HeaderClassName
{
color: #BFFDD4;
}
.AnyTagClassName
{
color: #BFFDD4;
}
</style>
background-color css
<style>
a { background-color: #BFFDD4; }
a { background-color: rgb(191,253,212); }
div.DivClassName
{
background-color: #BFFDD4;
}
.BgClassName
{
background-color: #BFFDD4;
}
</style>
border-color css
<style>
span { border-color: #BFFDD4; }
span { border-color: rgb(191,253,212); }
td.TdClassName
{
border-color: #BFFDD4;
}
.TagClassName
{
border-color: #BFFDD4;
}
</style>