Shades of Granny Apple #BFF3CA
Tints of Granny Apple #BFF3CA
RGB
CMYK
RGB Variations
Color information
#BFF3CA (or 0xBFF3CA) is known color: Granny Apple. HEX triplet: BF, F3 and CA. RGB value is (191,243,202). Sum of RGB (Red+Green+Blue) = 191+243+202=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 243 (95.31% from 255 or 38.21% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF3CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF3CA is #400C35. Grayscale: #DEDEDE. Windows color (decimal): -4197430 or 13300671. OLE color: 13300671.
HSL color Cylindrical-coordinate representation of color #BFF3CA: hue angle of 132.69º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF3CA is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 202 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.05 |
| HSL | 132.69º | 0.68% | 0.85% | - |
| HSV(B) | 132.69º | 0.21% | 0.95% | - |
| XYZ | 64.2 | 79.44 | 67.83 | - |
| YUV | 222.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 202 | 0.21 | 0 | 0.17 | 0.05 | 132.69 | 0.68 | 0.85 |
| Hex | BF | F3 | CA | 15 | 0 | 11 | 5 | 85 | 44 | 55 |
| Octal | 277 | 363 | 312 | 25 | 0 | 21 | 5 | 205 | 104 | 125 |
| Binary | 10111111 | 11110011 | 11001010 | 10101 | 0 | 10001 | 101 | 10000101 | 1000100 | 1010101 |
Color Harmonies of #BFF3CA
Complementary color
Monochromatic Colors of #BFF3CA
Black with #BFF3CA
Text Example
Text Example
White with #BFF3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF3CA; }
p { color: rgb(191,243,202); }
H1.HeaderClassName
{
color: #BFF3CA;
}
.AnyTagClassName
{
color: #BFF3CA;
}
</style>
background-color css
<style>
a { background-color: #BFF3CA; }
a { background-color: rgb(191,243,202); }
div.DivClassName
{
background-color: #BFF3CA;
}
.BgClassName
{
background-color: #BFF3CA;
}
</style>
border-color css
<style>
span { border-color: #BFF3CA; }
span { border-color: rgb(191,243,202); }
td.TdClassName
{
border-color: #BFF3CA;
}
.TagClassName
{
border-color: #BFF3CA;
}
</style>