Shades of Granny Apple #BDFDC6
Tints of Granny Apple #BDFDC6
RGB
CMYK
RGB Variations
Color information
#BDFDC6 (or 0xBDFDC6) is known color: Granny Apple. HEX triplet: BD, FD and C6. RGB value is (189,253,198). Sum of RGB (Red+Green+Blue) = 189+253+198=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 253 (99.22% from 255 or 39.53% from 640); Blue value is 198 (77.73% from 255 or 30.94% from 640); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDC6 is #420239. Grayscale: #E3E3E3. Windows color (decimal): -4325946 or 13041085. OLE color: 13041085.
HSL color Cylindrical-coordinate representation of color #BDFDC6: hue angle of 128.44º 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 #BDFDC6 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 253 | 198 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.01 |
| HSL | 128.44º | 0.94% | 0.87% | - |
| HSV(B) | 128.44º | 0.25% | 0.99% | - |
| XYZ | 66.3 | 85.15 | 66.37 | - |
| YUV | 227.59 | 111.3 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 253 | 198 | 0.25 | 0 | 0.22 | 0.01 | 128.44 | 0.94 | 0.87 |
| Hex | BD | FD | C6 | 19 | 0 | 16 | 1 | 80 | 5E | 57 |
| Octal | 275 | 375 | 306 | 31 | 0 | 26 | 1 | 200 | 136 | 127 |
| Binary | 10111101 | 11111101 | 11000110 | 11001 | 0 | 10110 | 1 | 10000000 | 1011110 | 1010111 |
Color Harmonies of #BDFDC6
Complementary color
Monochromatic Colors of #BDFDC6
Black with #BDFDC6
Text Example
Text Example
White with #BDFDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFDC6; }
p { color: rgb(189,253,198); }
H1.HeaderClassName
{
color: #BDFDC6;
}
.AnyTagClassName
{
color: #BDFDC6;
}
</style>
background-color css
<style>
a { background-color: #BDFDC6; }
a { background-color: rgb(189,253,198); }
div.DivClassName
{
background-color: #BDFDC6;
}
.BgClassName
{
background-color: #BDFDC6;
}
</style>
border-color css
<style>
span { border-color: #BDFDC6; }
span { border-color: rgb(189,253,198); }
td.TdClassName
{
border-color: #BDFDC6;
}
.TagClassName
{
border-color: #BDFDC6;
}
</style>