Shades of Granny Apple #BDFCC6
Tints of Granny Apple #BDFCC6
RGB
CMYK
RGB Variations
Color information
#BDFCC6 (or 0xBDFCC6) is known color: Granny Apple. HEX triplet: BD, FC and C6. RGB value is (189,252,198). Sum of RGB (Red+Green+Blue) = 189+252+198=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 198 (77.73% from 255 or 30.99% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCC6 is #420339. Grayscale: #E3E3E3. Windows color (decimal): -4326202 or 13040829. OLE color: 13040829.
HSL color Cylindrical-coordinate representation of color #BDFCC6: hue angle of 128.57º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFCC6 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 198 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.01 |
| HSL | 128.57º | 0.91% | 0.86% | - |
| HSV(B) | 128.57º | 0.25% | 0.99% | - |
| XYZ | 65.99 | 84.52 | 66.26 | - |
| YUV | 227.01 | 111.63 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 198 | 0.25 | 0 | 0.21 | 0.01 | 128.57 | 0.91 | 0.86 |
| Hex | BD | FC | C6 | 19 | 0 | 15 | 1 | 81 | 5B | 56 |
| Octal | 275 | 374 | 306 | 31 | 0 | 25 | 1 | 201 | 133 | 126 |
| Binary | 10111101 | 11111100 | 11000110 | 11001 | 0 | 10101 | 1 | 10000001 | 1011011 | 1010110 |
Color Harmonies of #BDFCC6
Complementary color
Monochromatic Colors of #BDFCC6
Black with #BDFCC6
Text Example
Text Example
White with #BDFCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCC6; }
p { color: rgb(189,252,198); }
H1.HeaderClassName
{
color: #BDFCC6;
}
.AnyTagClassName
{
color: #BDFCC6;
}
</style>
background-color css
<style>
a { background-color: #BDFCC6; }
a { background-color: rgb(189,252,198); }
div.DivClassName
{
background-color: #BDFCC6;
}
.BgClassName
{
background-color: #BDFCC6;
}
</style>
border-color css
<style>
span { border-color: #BDFCC6; }
span { border-color: rgb(189,252,198); }
td.TdClassName
{
border-color: #BDFCC6;
}
.TagClassName
{
border-color: #BDFCC6;
}
</style>