Shades of Granny Apple #BDFBCD
Tints of Granny Apple #BDFBCD
RGB
CMYK
RGB Variations
Color information
#BDFBCD (or 0xBDFBCD) is known color: Granny Apple. HEX triplet: BD, FB and CD. RGB value is (189,251,205). Sum of RGB (Red+Green+Blue) = 189+251+205=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBCD is #420432. Grayscale: #E3E3E3. Windows color (decimal): -4326451 or 13499325. OLE color: 13499325.
HSL color Cylindrical-coordinate representation of color #BDFBCD: hue angle of 135.48º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFBCD is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 205 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.02 |
| HSL | 135.48º | 0.89% | 0.86% | - |
| HSV(B) | 135.48º | 0.25% | 0.98% | - |
| XYZ | 66.5 | 84.22 | 70.51 | - |
| YUV | 227.22 | 115.46 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 205 | 0.25 | 0 | 0.18 | 0.02 | 135.48 | 0.89 | 0.86 |
| Hex | BD | FB | CD | 19 | 0 | 12 | 2 | 87 | 59 | 56 |
| Octal | 275 | 373 | 315 | 31 | 0 | 22 | 2 | 207 | 131 | 126 |
| Binary | 10111101 | 11111011 | 11001101 | 11001 | 0 | 10010 | 10 | 10000111 | 1011001 | 1010110 |
Color Harmonies of #BDFBCD
Complementary color
Monochromatic Colors of #BDFBCD
Black with #BDFBCD
Text Example
Text Example
White with #BDFBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFBCD; }
p { color: rgb(189,251,205); }
H1.HeaderClassName
{
color: #BDFBCD;
}
.AnyTagClassName
{
color: #BDFBCD;
}
</style>
background-color css
<style>
a { background-color: #BDFBCD; }
a { background-color: rgb(189,251,205); }
div.DivClassName
{
background-color: #BDFBCD;
}
.BgClassName
{
background-color: #BDFBCD;
}
</style>
border-color css
<style>
span { border-color: #BDFBCD; }
span { border-color: rgb(189,251,205); }
td.TdClassName
{
border-color: #BDFBCD;
}
.TagClassName
{
border-color: #BDFBCD;
}
</style>