Shades of Granny Apple #BDFBCF
Tints of Granny Apple #BDFBCF
RGB
CMYK
RGB Variations
Color information
#BDFBCF (or 0xBDFBCF) is known color: Granny Apple. HEX triplet: BD, FB and CF. RGB value is (189,251,207). Sum of RGB (Red+Green+Blue) = 189+251+207=647 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.21% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBCF is #420430. Grayscale: #E3E3E3. Windows color (decimal): -4326449 or 13630397. OLE color: 13630397.
HSL color Cylindrical-coordinate representation of color #BDFBCF: hue angle of 137.42º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFBCF is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 207 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.02 |
| HSL | 137.42º | 0.89% | 0.86% | - |
| HSV(B) | 137.42º | 0.25% | 0.98% | - |
| XYZ | 66.75 | 84.32 | 71.79 | - |
| YUV | 227.45 | 116.46 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 207 | 0.25 | 0 | 0.18 | 0.02 | 137.42 | 0.89 | 0.86 |
| Hex | BD | FB | CF | 19 | 0 | 12 | 2 | 89 | 59 | 56 |
| Octal | 275 | 373 | 317 | 31 | 0 | 22 | 2 | 211 | 131 | 126 |
| Binary | 10111101 | 11111011 | 11001111 | 11001 | 0 | 10010 | 10 | 10001001 | 1011001 | 1010110 |
Color Harmonies of #BDFBCF
Complementary color
Monochromatic Colors of #BDFBCF
Black with #BDFBCF
Text Example
Text Example
White with #BDFBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFBCF; }
p { color: rgb(189,251,207); }
H1.HeaderClassName
{
color: #BDFBCF;
}
.AnyTagClassName
{
color: #BDFBCF;
}
</style>
background-color css
<style>
a { background-color: #BDFBCF; }
a { background-color: rgb(189,251,207); }
div.DivClassName
{
background-color: #BDFBCF;
}
.BgClassName
{
background-color: #BDFBCF;
}
</style>
border-color css
<style>
span { border-color: #BDFBCF; }
span { border-color: rgb(189,251,207); }
td.TdClassName
{
border-color: #BDFBCF;
}
.TagClassName
{
border-color: #BDFBCF;
}
</style>