Shades of Granny Apple #BDFBC4
Tints of Granny Apple #BDFBC4
RGB
CMYK
RGB Variations
Color information
#BDFBC4 (or 0xBDFBC4) is known color: Granny Apple. HEX triplet: BD, FB and C4. RGB value is (189,251,196). Sum of RGB (Red+Green+Blue) = 189+251+196=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 196 (76.95% from 255 or 30.82% from 636); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBC4 is #42043B. Grayscale: #E2E2E2. Windows color (decimal): -4326460 or 12909501. OLE color: 12909501.
HSL color Cylindrical-coordinate representation of color #BDFBC4: hue angle of 126.77º 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 #BDFBC4 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 196 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.02 |
| HSL | 126.77º | 0.89% | 0.86% | - |
| HSV(B) | 126.77º | 0.25% | 0.98% | - |
| XYZ | 65.45 | 83.8 | 64.95 | - |
| YUV | 226.19 | 110.96 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 196 | 0.25 | 0 | 0.22 | 0.02 | 126.77 | 0.89 | 0.86 |
| Hex | BD | FB | C4 | 19 | 0 | 16 | 2 | 7F | 59 | 56 |
| Octal | 275 | 373 | 304 | 31 | 0 | 26 | 2 | 177 | 131 | 126 |
| Binary | 10111101 | 11111011 | 11000100 | 11001 | 0 | 10110 | 10 | 1111111 | 1011001 | 1010110 |
Color Harmonies of #BDFBC4
Complementary color
Monochromatic Colors of #BDFBC4
Black with #BDFBC4
Text Example
Text Example
White with #BDFBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFBC4; }
p { color: rgb(189,251,196); }
H1.HeaderClassName
{
color: #BDFBC4;
}
.AnyTagClassName
{
color: #BDFBC4;
}
</style>
background-color css
<style>
a { background-color: #BDFBC4; }
a { background-color: rgb(189,251,196); }
div.DivClassName
{
background-color: #BDFBC4;
}
.BgClassName
{
background-color: #BDFBC4;
}
</style>
border-color css
<style>
span { border-color: #BDFBC4; }
span { border-color: rgb(189,251,196); }
td.TdClassName
{
border-color: #BDFBC4;
}
.TagClassName
{
border-color: #BDFBC4;
}
</style>