Shades of Granny Apple #BFFFD2
Tints of Granny Apple #BFFFD2
RGB
CMYK
RGB Variations
Color information
#BFFFD2 (or 0xBFFFD2) is known color: Granny Apple. HEX triplet: BF, FF and D2. RGB value is (191,255,210). Sum of RGB (Red+Green+Blue) = 191+255+210=656 (86% of max value = 765). Red value is 191 (75% from 255 or 29.12% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 210 (82.42% from 255 or 32.01% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFD2 is #40002D. Grayscale: #E6E6E6. Windows color (decimal): -4194350 or 13828031. OLE color: 13828031.
HSL color Cylindrical-coordinate representation of color #BFFFD2: hue angle of 137.81º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFFD2 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 210 | - |
| CMYK | 0.25 | 0 | 0.18 | 0 |
| HSL | 137.81º | 1% | 0.87% | - |
| HSV(B) | 137.81º | 0.25% | 1% | - |
| XYZ | 68.88 | 87.25 | 74.18 | - |
| YUV | 230.73 | 116.3 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 210 | 0.25 | 0 | 0.18 | 0 | 137.81 | 1 | 0.87 |
| Hex | BF | FF | D2 | 19 | 0 | 12 | 0 | 8A | 64 | 57 |
| Octal | 277 | 377 | 322 | 31 | 0 | 22 | 0 | 212 | 144 | 127 |
| Binary | 10111111 | 11111111 | 11010010 | 11001 | 0 | 10010 | 0 | 10001010 | 1100100 | 1010111 |
Color Harmonies of #BFFFD2
Complementary color
Monochromatic Colors of #BFFFD2
Black with #BFFFD2
Text Example
Text Example
White with #BFFFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFFD2; }
p { color: rgb(191,255,210); }
H1.HeaderClassName
{
color: #BFFFD2;
}
.AnyTagClassName
{
color: #BFFFD2;
}
</style>
background-color css
<style>
a { background-color: #BFFFD2; }
a { background-color: rgb(191,255,210); }
div.DivClassName
{
background-color: #BFFFD2;
}
.BgClassName
{
background-color: #BFFFD2;
}
</style>
border-color css
<style>
span { border-color: #BFFFD2; }
span { border-color: rgb(191,255,210); }
td.TdClassName
{
border-color: #BFFFD2;
}
.TagClassName
{
border-color: #BFFFD2;
}
</style>