Shades of Granny Apple #BDF4CC
Tints of Granny Apple #BDF4CC
RGB
CMYK
RGB Variations
Color information
#BDF4CC (or 0xBDF4CC) is known color: Granny Apple. HEX triplet: BD, F4 and CC. RGB value is (189,244,204). Sum of RGB (Red+Green+Blue) = 189+244+204=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 244 (95.70% from 255 or 38.30% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF4CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF4CC is #420B33. Grayscale: #DFDFDF. Windows color (decimal): -4328244 or 13431997. OLE color: 13431997.
HSL color Cylindrical-coordinate representation of color #BDF4CC: hue angle of 136.36º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF4CC is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 204 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.04 |
| HSL | 136.36º | 0.71% | 0.85% | - |
| HSV(B) | 136.36º | 0.23% | 0.96% | - |
| XYZ | 64.24 | 79.88 | 69.16 | - |
| YUV | 223 | 117.28 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 204 | 0.23 | 0 | 0.16 | 0.04 | 136.36 | 0.71 | 0.85 |
| Hex | BD | F4 | CC | 17 | 0 | 10 | 4 | 88 | 47 | 55 |
| Octal | 275 | 364 | 314 | 27 | 0 | 20 | 4 | 210 | 107 | 125 |
| Binary | 10111101 | 11110100 | 11001100 | 10111 | 0 | 10000 | 100 | 10001000 | 1000111 | 1010101 |
Color Harmonies of #BDF4CC
Complementary color
Monochromatic Colors of #BDF4CC
Black with #BDF4CC
Text Example
Text Example
White with #BDF4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF4CC; }
p { color: rgb(189,244,204); }
H1.HeaderClassName
{
color: #BDF4CC;
}
.AnyTagClassName
{
color: #BDF4CC;
}
</style>
background-color css
<style>
a { background-color: #BDF4CC; }
a { background-color: rgb(189,244,204); }
div.DivClassName
{
background-color: #BDF4CC;
}
.BgClassName
{
background-color: #BDF4CC;
}
</style>
border-color css
<style>
span { border-color: #BDF4CC; }
span { border-color: rgb(189,244,204); }
td.TdClassName
{
border-color: #BDF4CC;
}
.TagClassName
{
border-color: #BDF4CC;
}
</style>