Shades of Granny Apple #BDFCC7
Tints of Granny Apple #BDFCC7
RGB
CMYK
RGB Variations
Color information
#BDFCC7 (or 0xBDFCC7) is known color: Granny Apple. HEX triplet: BD, FC and C7. RGB value is (189,252,199). Sum of RGB (Red+Green+Blue) = 189+252+199=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 252 (98.83% from 255 or 39.38% from 640); Blue value is 199 (78.12% from 255 or 31.09% from 640); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCC7 is #420338. Grayscale: #E3E3E3. Windows color (decimal): -4326201 or 13106365. OLE color: 13106365.
HSL color Cylindrical-coordinate representation of color #BDFCC7: hue angle of 129.52º 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 #BDFCC7 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 199 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.01 |
| HSL | 129.52º | 0.91% | 0.86% | - |
| HSV(B) | 129.52º | 0.25% | 0.99% | - |
| XYZ | 66.11 | 84.56 | 66.87 | - |
| YUV | 227.12 | 112.13 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 199 | 0.25 | 0 | 0.21 | 0.01 | 129.52 | 0.91 | 0.86 |
| Hex | BD | FC | C7 | 19 | 0 | 15 | 1 | 82 | 5B | 56 |
| Octal | 275 | 374 | 307 | 31 | 0 | 25 | 1 | 202 | 133 | 126 |
| Binary | 10111101 | 11111100 | 11000111 | 11001 | 0 | 10101 | 1 | 10000010 | 1011011 | 1010110 |
Color Harmonies of #BDFCC7
Complementary color
Monochromatic Colors of #BDFCC7
Black with #BDFCC7
Text Example
Text Example
White with #BDFCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCC7; }
p { color: rgb(189,252,199); }
H1.HeaderClassName
{
color: #BDFCC7;
}
.AnyTagClassName
{
color: #BDFCC7;
}
</style>
background-color css
<style>
a { background-color: #BDFCC7; }
a { background-color: rgb(189,252,199); }
div.DivClassName
{
background-color: #BDFCC7;
}
.BgClassName
{
background-color: #BDFCC7;
}
</style>
border-color css
<style>
span { border-color: #BDFCC7; }
span { border-color: rgb(189,252,199); }
td.TdClassName
{
border-color: #BDFCC7;
}
.TagClassName
{
border-color: #BDFCC7;
}
</style>