Shades of Granny Apple #BDFBD0
Tints of Granny Apple #BDFBD0
RGB
CMYK
RGB Variations
Color information
#BDFBD0 (or 0xBDFBD0) is known color: Granny Apple. HEX triplet: BD, FB and D0. RGB value is (189,251,208). Sum of RGB (Red+Green+Blue) = 189+251+208=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBD0 is #42042F. Grayscale: #E3E3E3. Windows color (decimal): -4326448 or 13695933. OLE color: 13695933.
HSL color Cylindrical-coordinate representation of color #BDFBD0: hue angle of 138.39º 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 #BDFBD0 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 208 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.02 |
| HSL | 138.39º | 0.89% | 0.86% | - |
| HSV(B) | 138.39º | 0.25% | 0.98% | - |
| XYZ | 66.87 | 84.37 | 72.43 | - |
| YUV | 227.56 | 116.96 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 208 | 0.25 | 0 | 0.17 | 0.02 | 138.39 | 0.89 | 0.86 |
| Hex | BD | FB | D0 | 19 | 0 | 11 | 2 | 8A | 59 | 56 |
| Octal | 275 | 373 | 320 | 31 | 0 | 21 | 2 | 212 | 131 | 126 |
| Binary | 10111101 | 11111011 | 11010000 | 11001 | 0 | 10001 | 10 | 10001010 | 1011001 | 1010110 |
Color Harmonies of #BDFBD0
Complementary color
Monochromatic Colors of #BDFBD0
Black with #BDFBD0
Text Example
Text Example
White with #BDFBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFBD0; }
p { color: rgb(189,251,208); }
H1.HeaderClassName
{
color: #BDFBD0;
}
.AnyTagClassName
{
color: #BDFBD0;
}
</style>
background-color css
<style>
a { background-color: #BDFBD0; }
a { background-color: rgb(189,251,208); }
div.DivClassName
{
background-color: #BDFBD0;
}
.BgClassName
{
background-color: #BDFBD0;
}
</style>
border-color css
<style>
span { border-color: #BDFBD0; }
span { border-color: rgb(189,251,208); }
td.TdClassName
{
border-color: #BDFBD0;
}
.TagClassName
{
border-color: #BDFBD0;
}
</style>