Shades of Granny Apple #BDFACE
Tints of Granny Apple #BDFACE
RGB
CMYK
RGB Variations
Color information
#BDFACE (or 0xBDFACE) is known color: Granny Apple. HEX triplet: BD, FA and CE. RGB value is (189,250,206). Sum of RGB (Red+Green+Blue) = 189+250+206=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFACE is #420531. Grayscale: #E2E2E2. Windows color (decimal): -4326706 or 13564605. OLE color: 13564605.
HSL color Cylindrical-coordinate representation of color #BDFACE: hue angle of 136.72º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDFACE is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 189 | 250 | 206 | - |
CMYK | 0.24 | 0 | 0.18 | 0.02 |
HSL | 136.72º | 0.86% | 0.86% | - |
HSV(B) | 136.72º | 0.24% | 0.98% | - |
XYZ | 66.31 | 83.65 | 71.04 | - |
YUV | 226.75 | 116.29 | 101.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 250 | 206 | 0.24 | 0 | 0.18 | 0.02 | 136.72 | 0.86 | 0.86 |
Hex | BD | FA | CE | 18 | 0 | 12 | 2 | 89 | 56 | 56 |
Octal | 275 | 372 | 316 | 30 | 0 | 22 | 2 | 211 | 126 | 126 |
Binary | 10111101 | 11111010 | 11001110 | 11000 | 0 | 10010 | 10 | 10001001 | 1010110 | 1010110 |
Color Harmonies of #BDFACE
Complementary color
Monochromatic Colors of #BDFACE
Black with #BDFACE
Text Example
Text Example
White with #BDFACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFACE; }
p { color: rgb(189,250,206); }
H1.HeaderClassName
{
color: #BDFACE;
}
.AnyTagClassName
{
color: #BDFACE;
}
</style>
background-color css
<style>
a { background-color: #BDFACE; }
a { background-color: rgb(189,250,206); }
div.DivClassName
{
background-color: #BDFACE;
}
.BgClassName
{
background-color: #BDFACE;
}
</style>
border-color css
<style>
span { border-color: #BDFACE; }
span { border-color: rgb(189,250,206); }
td.TdClassName
{
border-color: #BDFACE;
}
.TagClassName
{
border-color: #BDFACE;
}
</style>