Shades of Granny Apple #BDFFCF
Tints of Granny Apple #BDFFCF
RGB
CMYK
RGB Variations
Color information
#BDFFCF (or 0xBDFFCF) is known color: Granny Apple. HEX triplet: BD, FF and CF. RGB value is (189,255,207). Sum of RGB (Red+Green+Blue) = 189+255+207=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFCF is #420030. Grayscale: #E5E5E5. Windows color (decimal): -4325425 or 13631421. OLE color: 13631421.
HSL color Cylindrical-coordinate representation of color #BDFFCF: hue angle of 136.36º 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 #BDFFCF is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 207 | - |
| CMYK | 0.26 | 0 | 0.19 | 0 |
| HSL | 136.36º | 1% | 0.87% | - |
| HSV(B) | 136.36º | 0.26% | 1% | - |
| XYZ | 68.01 | 86.84 | 72.21 | - |
| YUV | 229.79 | 115.13 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 207 | 0.26 | 0 | 0.19 | 0 | 136.36 | 1 | 0.87 |
| Hex | BD | FF | CF | 1A | 0 | 13 | 0 | 88 | 64 | 57 |
| Octal | 275 | 377 | 317 | 32 | 0 | 23 | 0 | 210 | 144 | 127 |
| Binary | 10111101 | 11111111 | 11001111 | 11010 | 0 | 10011 | 0 | 10001000 | 1100100 | 1010111 |
Color Harmonies of #BDFFCF
Complementary color
Monochromatic Colors of #BDFFCF
Black with #BDFFCF
Text Example
Text Example
White with #BDFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFCF; }
p { color: rgb(189,255,207); }
H1.HeaderClassName
{
color: #BDFFCF;
}
.AnyTagClassName
{
color: #BDFFCF;
}
</style>
background-color css
<style>
a { background-color: #BDFFCF; }
a { background-color: rgb(189,255,207); }
div.DivClassName
{
background-color: #BDFFCF;
}
.BgClassName
{
background-color: #BDFFCF;
}
</style>
border-color css
<style>
span { border-color: #BDFFCF; }
span { border-color: rgb(189,255,207); }
td.TdClassName
{
border-color: #BDFFCF;
}
.TagClassName
{
border-color: #BDFFCF;
}
</style>