Shades of Granny Apple #BDF7CC
Tints of Granny Apple #BDF7CC
RGB
CMYK
RGB Variations
Color information
#BDF7CC (or 0xBDF7CC) is known color: Granny Apple. HEX triplet: BD, F7 and CC. RGB value is (189,247,204). Sum of RGB (Red+Green+Blue) = 189+247+204=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 247 (96.88% from 255 or 38.59% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7CC is #420833. Grayscale: #E0E0E0. Windows color (decimal): -4327476 or 13432765. OLE color: 13432765.
HSL color Cylindrical-coordinate representation of color #BDF7CC: hue angle of 135.52º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF7CC is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 204 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.03 |
| HSL | 135.52º | 0.78% | 0.85% | - |
| HSV(B) | 135.52º | 0.23% | 0.97% | - |
| XYZ | 65.15 | 81.7 | 69.46 | - |
| YUV | 224.76 | 116.28 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 204 | 0.23 | 0 | 0.17 | 0.03 | 135.52 | 0.78 | 0.85 |
| Hex | BD | F7 | CC | 17 | 0 | 11 | 3 | 88 | 4E | 55 |
| Octal | 275 | 367 | 314 | 27 | 0 | 21 | 3 | 210 | 116 | 125 |
| Binary | 10111101 | 11110111 | 11001100 | 10111 | 0 | 10001 | 11 | 10001000 | 1001110 | 1010101 |
Color Harmonies of #BDF7CC
Complementary color
Monochromatic Colors of #BDF7CC
Black with #BDF7CC
Text Example
Text Example
White with #BDF7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF7CC; }
p { color: rgb(189,247,204); }
H1.HeaderClassName
{
color: #BDF7CC;
}
.AnyTagClassName
{
color: #BDF7CC;
}
</style>
background-color css
<style>
a { background-color: #BDF7CC; }
a { background-color: rgb(189,247,204); }
div.DivClassName
{
background-color: #BDF7CC;
}
.BgClassName
{
background-color: #BDF7CC;
}
</style>
border-color css
<style>
span { border-color: #BDF7CC; }
span { border-color: rgb(189,247,204); }
td.TdClassName
{
border-color: #BDF7CC;
}
.TagClassName
{
border-color: #BDF7CC;
}
</style>