Shades of Granny Apple #BDFCC8
Tints of Granny Apple #BDFCC8
RGB
CMYK
RGB Variations
Color information
#BDFCC8 (or 0xBDFCC8) is known color: Granny Apple. HEX triplet: BD, FC and C8. RGB value is (189,252,200). Sum of RGB (Red+Green+Blue) = 189+252+200=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 252 (98.83% from 255 or 39.31% from 641); Blue value is 200 (78.52% from 255 or 31.20% from 641); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCC8 is #420337. Grayscale: #E3E3E3. Windows color (decimal): -4326200 or 13171901. OLE color: 13171901.
HSL color Cylindrical-coordinate representation of color #BDFCC8: hue angle of 130.48º 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 #BDFCC8 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 200 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.01 |
| HSL | 130.48º | 0.91% | 0.86% | - |
| HSV(B) | 130.48º | 0.25% | 0.99% | - |
| XYZ | 66.22 | 84.61 | 67.48 | - |
| YUV | 227.24 | 112.63 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 200 | 0.25 | 0 | 0.21 | 0.01 | 130.48 | 0.91 | 0.86 |
| Hex | BD | FC | C8 | 19 | 0 | 15 | 1 | 82 | 5B | 56 |
| Octal | 275 | 374 | 310 | 31 | 0 | 25 | 1 | 202 | 133 | 126 |
| Binary | 10111101 | 11111100 | 11001000 | 11001 | 0 | 10101 | 1 | 10000010 | 1011011 | 1010110 |
Color Harmonies of #BDFCC8
Complementary color
Monochromatic Colors of #BDFCC8
Black with #BDFCC8
Text Example
Text Example
White with #BDFCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCC8; }
p { color: rgb(189,252,200); }
H1.HeaderClassName
{
color: #BDFCC8;
}
.AnyTagClassName
{
color: #BDFCC8;
}
</style>
background-color css
<style>
a { background-color: #BDFCC8; }
a { background-color: rgb(189,252,200); }
div.DivClassName
{
background-color: #BDFCC8;
}
.BgClassName
{
background-color: #BDFCC8;
}
</style>
border-color css
<style>
span { border-color: #BDFCC8; }
span { border-color: rgb(189,252,200); }
td.TdClassName
{
border-color: #BDFCC8;
}
.TagClassName
{
border-color: #BDFCC8;
}
</style>