Shades of Granny Apple #BDFFC6
Tints of Granny Apple #BDFFC6
RGB
CMYK
RGB Variations
Color information
#BDFFC6 (or 0xBDFFC6) is known color: Granny Apple. HEX triplet: BD, FF and C6. RGB value is (189,255,198). Sum of RGB (Red+Green+Blue) = 189+255+198=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 198 (77.73% from 255 or 30.84% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFC6 is #420039. Grayscale: #E4E4E4. Windows color (decimal): -4325434 or 13041597. OLE color: 13041597.
HSL color Cylindrical-coordinate representation of color #BDFFC6: hue angle of 128.18º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFFC6 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 198 | - |
| CMYK | 0.26 | 0 | 0.22 | 0 |
| HSL | 128.18º | 1% | 0.87% | - |
| HSV(B) | 128.18º | 0.26% | 1% | - |
| XYZ | 66.94 | 86.42 | 66.58 | - |
| YUV | 228.77 | 110.63 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 198 | 0.26 | 0 | 0.22 | 0 | 128.18 | 1 | 0.87 |
| Hex | BD | FF | C6 | 1A | 0 | 16 | 0 | 80 | 64 | 57 |
| Octal | 275 | 377 | 306 | 32 | 0 | 26 | 0 | 200 | 144 | 127 |
| Binary | 10111101 | 11111111 | 11000110 | 11010 | 0 | 10110 | 0 | 10000000 | 1100100 | 1010111 |
Color Harmonies of #BDFFC6
Complementary color
Monochromatic Colors of #BDFFC6
Black with #BDFFC6
Text Example
Text Example
White with #BDFFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFC6; }
p { color: rgb(189,255,198); }
H1.HeaderClassName
{
color: #BDFFC6;
}
.AnyTagClassName
{
color: #BDFFC6;
}
</style>
background-color css
<style>
a { background-color: #BDFFC6; }
a { background-color: rgb(189,255,198); }
div.DivClassName
{
background-color: #BDFFC6;
}
.BgClassName
{
background-color: #BDFFC6;
}
</style>
border-color css
<style>
span { border-color: #BDFFC6; }
span { border-color: rgb(189,255,198); }
td.TdClassName
{
border-color: #BDFFC6;
}
.TagClassName
{
border-color: #BDFFC6;
}
</style>