Shades of Granny Apple #BDEFC4
Tints of Granny Apple #BDEFC4
RGB
CMYK
RGB Variations
Color information
#BDEFC4 (or 0xBDEFC4) is known color: Granny Apple. HEX triplet: BD, EF and C4. RGB value is (189,239,196). Sum of RGB (Red+Green+Blue) = 189+239+196=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 196 (76.95% from 255 or 31.41% from 624); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFC4 is #42103B. Grayscale: #DBDBDB. Windows color (decimal): -4329532 or 12906429. OLE color: 12906429.
HSL color Cylindrical-coordinate representation of color #BDEFC4: hue angle of 128.4º 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 #BDEFC4 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 196 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.06 |
| HSL | 128.4º | 0.61% | 0.84% | - |
| HSV(B) | 128.4º | 0.21% | 0.94% | - |
| XYZ | 61.82 | 76.54 | 63.74 | - |
| YUV | 219.15 | 114.94 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 196 | 0.21 | 0 | 0.18 | 0.06 | 128.4 | 0.61 | 0.84 |
| Hex | BD | EF | C4 | 15 | 0 | 12 | 6 | 80 | 3D | 54 |
| Octal | 275 | 357 | 304 | 25 | 0 | 22 | 6 | 200 | 75 | 124 |
| Binary | 10111101 | 11101111 | 11000100 | 10101 | 0 | 10010 | 110 | 10000000 | 111101 | 1010100 |
Color Harmonies of #BDEFC4
Complementary color
Monochromatic Colors of #BDEFC4
Black with #BDEFC4
Text Example
Text Example
White with #BDEFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEFC4; }
p { color: rgb(189,239,196); }
H1.HeaderClassName
{
color: #BDEFC4;
}
.AnyTagClassName
{
color: #BDEFC4;
}
</style>
background-color css
<style>
a { background-color: #BDEFC4; }
a { background-color: rgb(189,239,196); }
div.DivClassName
{
background-color: #BDEFC4;
}
.BgClassName
{
background-color: #BDEFC4;
}
</style>
border-color css
<style>
span { border-color: #BDEFC4; }
span { border-color: rgb(189,239,196); }
td.TdClassName
{
border-color: #BDEFC4;
}
.TagClassName
{
border-color: #BDEFC4;
}
</style>