Shades of Granny Apple #BDEFC7
Tints of Granny Apple #BDEFC7
RGB
CMYK
RGB Variations
Color information
#BDEFC7 (or 0xBDEFC7) is known color: Granny Apple. HEX triplet: BD, EF and C7. RGB value is (189,239,199). Sum of RGB (Red+Green+Blue) = 189+239+199=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 199 (78.12% from 255 or 31.74% from 627); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFC7 is #421038. Grayscale: #DBDBDB. Windows color (decimal): -4329529 or 13103037. OLE color: 13103037.
HSL color Cylindrical-coordinate representation of color #BDEFC7: hue angle of 132º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEFC7 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 199 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.06 |
| HSL | 132º | 0.61% | 0.84% | - |
| HSV(B) | 132º | 0.21% | 0.94% | - |
| XYZ | 62.16 | 76.68 | 65.56 | - |
| YUV | 219.49 | 116.44 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 199 | 0.21 | 0 | 0.17 | 0.06 | 132 | 0.61 | 0.84 |
| Hex | BD | EF | C7 | 15 | 0 | 11 | 6 | 84 | 3D | 54 |
| Octal | 275 | 357 | 307 | 25 | 0 | 21 | 6 | 204 | 75 | 124 |
| Binary | 10111101 | 11101111 | 11000111 | 10101 | 0 | 10001 | 110 | 10000100 | 111101 | 1010100 |
Color Harmonies of #BDEFC7
Complementary color
Monochromatic Colors of #BDEFC7
Black with #BDEFC7
Text Example
Text Example
White with #BDEFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEFC7; }
p { color: rgb(189,239,199); }
H1.HeaderClassName
{
color: #BDEFC7;
}
.AnyTagClassName
{
color: #BDEFC7;
}
</style>
background-color css
<style>
a { background-color: #BDEFC7; }
a { background-color: rgb(189,239,199); }
div.DivClassName
{
background-color: #BDEFC7;
}
.BgClassName
{
background-color: #BDEFC7;
}
</style>
border-color css
<style>
span { border-color: #BDEFC7; }
span { border-color: rgb(189,239,199); }
td.TdClassName
{
border-color: #BDEFC7;
}
.TagClassName
{
border-color: #BDEFC7;
}
</style>