Shades of Granny Apple #BDFCC5
Tints of Granny Apple #BDFCC5
RGB
CMYK
RGB Variations
Color information
#BDFCC5 (or 0xBDFCC5) is known color: Granny Apple. HEX triplet: BD, FC and C5. RGB value is (189,252,197). Sum of RGB (Red+Green+Blue) = 189+252+197=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 197 (77.34% from 255 or 30.88% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCC5 is #42033A. Grayscale: #E3E3E3. Windows color (decimal): -4326203 or 12975293. OLE color: 12975293.
HSL color Cylindrical-coordinate representation of color #BDFCC5: hue angle of 127.62º 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 #BDFCC5 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 197 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.01 |
| HSL | 127.62º | 0.91% | 0.86% | - |
| HSV(B) | 127.62º | 0.25% | 0.99% | - |
| XYZ | 65.87 | 84.47 | 65.66 | - |
| YUV | 226.89 | 111.13 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 197 | 0.25 | 0 | 0.22 | 0.01 | 127.62 | 0.91 | 0.86 |
| Hex | BD | FC | C5 | 19 | 0 | 16 | 1 | 80 | 5B | 56 |
| Octal | 275 | 374 | 305 | 31 | 0 | 26 | 1 | 200 | 133 | 126 |
| Binary | 10111101 | 11111100 | 11000101 | 11001 | 0 | 10110 | 1 | 10000000 | 1011011 | 1010110 |
Color Harmonies of #BDFCC5
Complementary color
Monochromatic Colors of #BDFCC5
Black with #BDFCC5
Text Example
Text Example
White with #BDFCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCC5; }
p { color: rgb(189,252,197); }
H1.HeaderClassName
{
color: #BDFCC5;
}
.AnyTagClassName
{
color: #BDFCC5;
}
</style>
background-color css
<style>
a { background-color: #BDFCC5; }
a { background-color: rgb(189,252,197); }
div.DivClassName
{
background-color: #BDFCC5;
}
.BgClassName
{
background-color: #BDFCC5;
}
</style>
border-color css
<style>
span { border-color: #BDFCC5; }
span { border-color: rgb(189,252,197); }
td.TdClassName
{
border-color: #BDFCC5;
}
.TagClassName
{
border-color: #BDFCC5;
}
</style>