Shades of Granny Apple #BDFCD0
Tints of Granny Apple #BDFCD0
RGB
CMYK
RGB Variations
Color information
#BDFCD0 (or 0xBDFCD0) is known color: Granny Apple. HEX triplet: BD, FC and D0. RGB value is (189,252,208). Sum of RGB (Red+Green+Blue) = 189+252+208=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCD0 is #42032F. Grayscale: #E4E4E4. Windows color (decimal): -4326192 or 13696189. OLE color: 13696189.
HSL color Cylindrical-coordinate representation of color #BDFCD0: hue angle of 138.1º 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 #BDFCD0 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 208 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.01 |
| HSL | 138.1º | 0.91% | 0.86% | - |
| HSV(B) | 138.1º | 0.25% | 0.99% | - |
| XYZ | 67.18 | 84.99 | 72.54 | - |
| YUV | 228.15 | 116.63 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 208 | 0.25 | 0 | 0.17 | 0.01 | 138.1 | 0.91 | 0.86 |
| Hex | BD | FC | D0 | 19 | 0 | 11 | 1 | 8A | 5B | 56 |
| Octal | 275 | 374 | 320 | 31 | 0 | 21 | 1 | 212 | 133 | 126 |
| Binary | 10111101 | 11111100 | 11010000 | 11001 | 0 | 10001 | 1 | 10001010 | 1011011 | 1010110 |
Color Harmonies of #BDFCD0
Complementary color
Monochromatic Colors of #BDFCD0
Black with #BDFCD0
Text Example
Text Example
White with #BDFCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCD0; }
p { color: rgb(189,252,208); }
H1.HeaderClassName
{
color: #BDFCD0;
}
.AnyTagClassName
{
color: #BDFCD0;
}
</style>
background-color css
<style>
a { background-color: #BDFCD0; }
a { background-color: rgb(189,252,208); }
div.DivClassName
{
background-color: #BDFCD0;
}
.BgClassName
{
background-color: #BDFCD0;
}
</style>
border-color css
<style>
span { border-color: #BDFCD0; }
span { border-color: rgb(189,252,208); }
td.TdClassName
{
border-color: #BDFCD0;
}
.TagClassName
{
border-color: #BDFCD0;
}
</style>