Shades of Granny Apple #BDFDC5
Tints of Granny Apple #BDFDC5
RGB
CMYK
RGB Variations
Color information
#BDFDC5 (or 0xBDFDC5) is known color: Granny Apple. HEX triplet: BD, FD and C5. RGB value is (189,253,197). Sum of RGB (Red+Green+Blue) = 189+253+197=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 197 (77.34% from 255 or 30.83% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDC5 is #42023A. Grayscale: #E3E3E3. Windows color (decimal): -4325947 or 12975549. OLE color: 12975549.
HSL color Cylindrical-coordinate representation of color #BDFDC5: hue angle of 127.5º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFDC5 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 253 | 197 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.01 |
| HSL | 127.5º | 0.94% | 0.87% | - |
| HSV(B) | 127.5º | 0.25% | 0.99% | - |
| XYZ | 66.19 | 85.1 | 65.76 | - |
| YUV | 227.48 | 110.8 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 253 | 197 | 0.25 | 0 | 0.22 | 0.01 | 127.5 | 0.94 | 0.87 |
| Hex | BD | FD | C5 | 19 | 0 | 16 | 1 | 80 | 5E | 57 |
| Octal | 275 | 375 | 305 | 31 | 0 | 26 | 1 | 200 | 136 | 127 |
| Binary | 10111101 | 11111101 | 11000101 | 11001 | 0 | 10110 | 1 | 10000000 | 1011110 | 1010111 |
Color Harmonies of #BDFDC5
Complementary color
Monochromatic Colors of #BDFDC5
Black with #BDFDC5
Text Example
Text Example
White with #BDFDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFDC5; }
p { color: rgb(189,253,197); }
H1.HeaderClassName
{
color: #BDFDC5;
}
.AnyTagClassName
{
color: #BDFDC5;
}
</style>
background-color css
<style>
a { background-color: #BDFDC5; }
a { background-color: rgb(189,253,197); }
div.DivClassName
{
background-color: #BDFDC5;
}
.BgClassName
{
background-color: #BDFDC5;
}
</style>
border-color css
<style>
span { border-color: #BDFDC5; }
span { border-color: rgb(189,253,197); }
td.TdClassName
{
border-color: #BDFDC5;
}
.TagClassName
{
border-color: #BDFDC5;
}
</style>