Shades of Granny Apple #BDFCC9
Tints of Granny Apple #BDFCC9
RGB
CMYK
RGB Variations
Color information
#BDFCC9 (or 0xBDFCC9) is known color: Granny Apple. HEX triplet: BD, FC and C9. RGB value is (189,252,201). Sum of RGB (Red+Green+Blue) = 189+252+201=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 252 (98.83% from 255 or 39.25% from 642); Blue value is 201 (78.91% from 255 or 31.31% from 642); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCC9 is #420336. Grayscale: #E3E3E3. Windows color (decimal): -4326199 or 13237437. OLE color: 13237437.
HSL color Cylindrical-coordinate representation of color #BDFCC9: hue angle of 131.43º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFCC9 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 201 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.01 |
| HSL | 131.43º | 0.91% | 0.86% | - |
| HSV(B) | 131.43º | 0.25% | 0.99% | - |
| XYZ | 66.34 | 84.66 | 68.1 | - |
| YUV | 227.35 | 113.13 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 201 | 0.25 | 0 | 0.20 | 0.01 | 131.43 | 0.91 | 0.86 |
| Hex | BD | FC | C9 | 19 | 0 | 14 | 1 | 83 | 5B | 56 |
| Octal | 275 | 374 | 311 | 31 | 0 | 24 | 1 | 203 | 133 | 126 |
| Binary | 10111101 | 11111100 | 11001001 | 11001 | 0 | 10100 | 1 | 10000011 | 1011011 | 1010110 |
Color Harmonies of #BDFCC9
Complementary color
Monochromatic Colors of #BDFCC9
Black with #BDFCC9
Text Example
Text Example
White with #BDFCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCC9; }
p { color: rgb(189,252,201); }
H1.HeaderClassName
{
color: #BDFCC9;
}
.AnyTagClassName
{
color: #BDFCC9;
}
</style>
background-color css
<style>
a { background-color: #BDFCC9; }
a { background-color: rgb(189,252,201); }
div.DivClassName
{
background-color: #BDFCC9;
}
.BgClassName
{
background-color: #BDFCC9;
}
</style>
border-color css
<style>
span { border-color: #BDFCC9; }
span { border-color: rgb(189,252,201); }
td.TdClassName
{
border-color: #BDFCC9;
}
.TagClassName
{
border-color: #BDFCC9;
}
</style>