Shades of Granny Apple #BFFDCA
Tints of Granny Apple #BFFDCA
RGB
CMYK
RGB Variations
Color information
#BFFDCA (or 0xBFFDCA) is known color: Granny Apple. HEX triplet: BF, FD and CA. RGB value is (191,253,202). Sum of RGB (Red+Green+Blue) = 191+253+202=646 (85% of max value = 765). Red value is 191 (75% from 255 or 29.57% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDCA is #400235. Grayscale: #E4E4E4. Windows color (decimal): -4194870 or 13303231. OLE color: 13303231.
HSL color Cylindrical-coordinate representation of color #BFFDCA: hue angle of 130.65º 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 #BFFDCA is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 202 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.01 |
| HSL | 130.65º | 0.94% | 0.87% | - |
| HSV(B) | 130.65º | 0.25% | 0.99% | - |
| XYZ | 67.27 | 85.59 | 68.85 | - |
| YUV | 228.65 | 112.96 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 202 | 0.25 | 0 | 0.20 | 0.01 | 130.65 | 0.94 | 0.87 |
| Hex | BF | FD | CA | 19 | 0 | 14 | 1 | 83 | 5E | 57 |
| Octal | 277 | 375 | 312 | 31 | 0 | 24 | 1 | 203 | 136 | 127 |
| Binary | 10111111 | 11111101 | 11001010 | 11001 | 0 | 10100 | 1 | 10000011 | 1011110 | 1010111 |
Color Harmonies of #BFFDCA
Complementary color
Monochromatic Colors of #BFFDCA
Black with #BFFDCA
Text Example
Text Example
White with #BFFDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFDCA; }
p { color: rgb(191,253,202); }
H1.HeaderClassName
{
color: #BFFDCA;
}
.AnyTagClassName
{
color: #BFFDCA;
}
</style>
background-color css
<style>
a { background-color: #BFFDCA; }
a { background-color: rgb(191,253,202); }
div.DivClassName
{
background-color: #BFFDCA;
}
.BgClassName
{
background-color: #BFFDCA;
}
</style>
border-color css
<style>
span { border-color: #BFFDCA; }
span { border-color: rgb(191,253,202); }
td.TdClassName
{
border-color: #BFFDCA;
}
.TagClassName
{
border-color: #BFFDCA;
}
</style>