Shades of Granny Apple #BDFFCD
Tints of Granny Apple #BDFFCD
RGB
CMYK
RGB Variations
Color information
#BDFFCD (or 0xBDFFCD) is known color: Granny Apple. HEX triplet: BD, FF and CD. RGB value is (189,255,205). Sum of RGB (Red+Green+Blue) = 189+255+205=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFCD is #420032. Grayscale: #E5E5E5. Windows color (decimal): -4325427 or 13500349. OLE color: 13500349.
HSL color Cylindrical-coordinate representation of color #BDFFCD: hue angle of 134.55º 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 #BDFFCD is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
RGB | 189 | 255 | 205 | - |
CMYK | 0.26 | 0 | 0.20 | 0 |
HSL | 134.55º | 1% | 0.87% | - |
HSV(B) | 134.55º | 0.26% | 1% | - |
XYZ | 67.77 | 86.75 | 70.93 | - |
YUV | 229.57 | 114.13 | 99.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 255 | 205 | 0.26 | 0 | 0.20 | 0 | 134.55 | 1 | 0.87 |
Hex | BD | FF | CD | 1A | 0 | 14 | 0 | 87 | 64 | 57 |
Octal | 275 | 377 | 315 | 32 | 0 | 24 | 0 | 207 | 144 | 127 |
Binary | 10111101 | 11111111 | 11001101 | 11010 | 0 | 10100 | 0 | 10000111 | 1100100 | 1010111 |
Color Harmonies of #BDFFCD
Complementary color
Monochromatic Colors of #BDFFCD
Black with #BDFFCD
Text Example
Text Example
White with #BDFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFCD; }
p { color: rgb(189,255,205); }
H1.HeaderClassName
{
color: #BDFFCD;
}
.AnyTagClassName
{
color: #BDFFCD;
}
</style>
background-color css
<style>
a { background-color: #BDFFCD; }
a { background-color: rgb(189,255,205); }
div.DivClassName
{
background-color: #BDFFCD;
}
.BgClassName
{
background-color: #BDFFCD;
}
</style>
border-color css
<style>
span { border-color: #BDFFCD; }
span { border-color: rgb(189,255,205); }
td.TdClassName
{
border-color: #BDFFCD;
}
.TagClassName
{
border-color: #BDFFCD;
}
</style>