Shades of Granny Apple #BDFECF
Tints of Granny Apple #BDFECF
RGB
CMYK
RGB Variations
Color information
#BDFECF (or 0xBDFECF) is known color: Granny Apple. HEX triplet: BD, FE and CF. RGB value is (189,254,207). Sum of RGB (Red+Green+Blue) = 189+254+207=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 207 (81.25% from 255 or 31.85% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFECF is #420130. Grayscale: #E5E5E5. Windows color (decimal): -4325681 or 13631165. OLE color: 13631165.
HSL color Cylindrical-coordinate representation of color #BDFECF: hue angle of 136.62º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFECF is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 207 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.00 |
| HSL | 136.62º | 0.97% | 0.87% | - |
| HSV(B) | 136.62º | 0.26% | 1% | - |
| XYZ | 67.69 | 86.21 | 72.1 | - |
| YUV | 229.21 | 115.47 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 207 | 0.26 | 0 | 0.19 | 0.00 | 136.62 | 0.97 | 0.87 |
| Hex | BD | FE | CF | 1A | 0 | 13 | 0 | 89 | 61 | 57 |
| Octal | 275 | 376 | 317 | 32 | 0 | 23 | 0 | 211 | 141 | 127 |
| Binary | 10111101 | 11111110 | 11001111 | 11010 | 0 | 10011 | 0 | 10001001 | 1100001 | 1010111 |
Color Harmonies of #BDFECF
Complementary color
Monochromatic Colors of #BDFECF
Black with #BDFECF
Text Example
Text Example
White with #BDFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFECF; }
p { color: rgb(189,254,207); }
H1.HeaderClassName
{
color: #BDFECF;
}
.AnyTagClassName
{
color: #BDFECF;
}
</style>
background-color css
<style>
a { background-color: #BDFECF; }
a { background-color: rgb(189,254,207); }
div.DivClassName
{
background-color: #BDFECF;
}
.BgClassName
{
background-color: #BDFECF;
}
</style>
border-color css
<style>
span { border-color: #BDFECF; }
span { border-color: rgb(189,254,207); }
td.TdClassName
{
border-color: #BDFECF;
}
.TagClassName
{
border-color: #BDFECF;
}
</style>