Shades of Granny Apple #BDFFCE
Tints of Granny Apple #BDFFCE
RGB
CMYK
RGB Variations
Color information
#BDFFCE (or 0xBDFFCE) is known color: Granny Apple. HEX triplet: BD, FF and CE. RGB value is (189,255,206). Sum of RGB (Red+Green+Blue) = 189+255+206=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFCE is #420031. Grayscale: #E5E5E5. Windows color (decimal): -4325426 or 13565885. OLE color: 13565885.
HSL color Cylindrical-coordinate representation of color #BDFFCE: hue angle of 135.45º 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 #BDFFCE is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 206 | - |
| CMYK | 0.26 | 0 | 0.19 | 0 |
| HSL | 135.45º | 1% | 0.87% | - |
| HSV(B) | 135.45º | 0.26% | 1% | - |
| XYZ | 67.89 | 86.8 | 71.57 | - |
| YUV | 229.68 | 114.63 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 206 | 0.26 | 0 | 0.19 | 0 | 135.45 | 1 | 0.87 |
| Hex | BD | FF | CE | 1A | 0 | 13 | 0 | 87 | 64 | 57 |
| Octal | 275 | 377 | 316 | 32 | 0 | 23 | 0 | 207 | 144 | 127 |
| Binary | 10111101 | 11111111 | 11001110 | 11010 | 0 | 10011 | 0 | 10000111 | 1100100 | 1010111 |
Color Harmonies of #BDFFCE
Complementary color
Monochromatic Colors of #BDFFCE
Black with #BDFFCE
Text Example
Text Example
White with #BDFFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFCE; }
p { color: rgb(189,255,206); }
H1.HeaderClassName
{
color: #BDFFCE;
}
.AnyTagClassName
{
color: #BDFFCE;
}
</style>
background-color css
<style>
a { background-color: #BDFFCE; }
a { background-color: rgb(189,255,206); }
div.DivClassName
{
background-color: #BDFFCE;
}
.BgClassName
{
background-color: #BDFFCE;
}
</style>
border-color css
<style>
span { border-color: #BDFFCE; }
span { border-color: rgb(189,255,206); }
td.TdClassName
{
border-color: #BDFFCE;
}
.TagClassName
{
border-color: #BDFFCE;
}
</style>