Shades of Granny Apple #BFFDD3
Tints of Granny Apple #BFFDD3
RGB
CMYK
RGB Variations
Color information
#BFFDD3 (or 0xBFFDD3) is known color: Granny Apple. HEX triplet: BF, FD and D3. RGB value is (191,253,211). Sum of RGB (Red+Green+Blue) = 191+253+211=655 (86% of max value = 765). Red value is 191 (75% from 255 or 29.16% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 211 (82.81% from 255 or 32.21% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDD3 is #40022C. Grayscale: #E5E5E5. Windows color (decimal): -4194861 or 13893055. OLE color: 13893055.
HSL color Cylindrical-coordinate representation of color #BFFDD3: hue angle of 139.35º 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 #BFFDD3 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 211 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.01 |
| HSL | 139.35º | 0.94% | 0.87% | - |
| HSV(B) | 139.35º | 0.25% | 0.99% | - |
| XYZ | 68.37 | 86.03 | 74.63 | - |
| YUV | 229.67 | 117.46 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 211 | 0.25 | 0 | 0.17 | 0.01 | 139.35 | 0.94 | 0.87 |
| Hex | BF | FD | D3 | 19 | 0 | 11 | 1 | 8B | 5E | 57 |
| Octal | 277 | 375 | 323 | 31 | 0 | 21 | 1 | 213 | 136 | 127 |
| Binary | 10111111 | 11111101 | 11010011 | 11001 | 0 | 10001 | 1 | 10001011 | 1011110 | 1010111 |
Color Harmonies of #BFFDD3
Complementary color
Monochromatic Colors of #BFFDD3
Black with #BFFDD3
Text Example
Text Example
White with #BFFDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFDD3; }
p { color: rgb(191,253,211); }
H1.HeaderClassName
{
color: #BFFDD3;
}
.AnyTagClassName
{
color: #BFFDD3;
}
</style>
background-color css
<style>
a { background-color: #BFFDD3; }
a { background-color: rgb(191,253,211); }
div.DivClassName
{
background-color: #BFFDD3;
}
.BgClassName
{
background-color: #BFFDD3;
}
</style>
border-color css
<style>
span { border-color: #BFFDD3; }
span { border-color: rgb(191,253,211); }
td.TdClassName
{
border-color: #BFFDD3;
}
.TagClassName
{
border-color: #BFFDD3;
}
</style>