Shades of Granny Apple #BDEFC8
Tints of Granny Apple #BDEFC8
RGB
CMYK
RGB Variations
Color information
#BDEFC8 (or 0xBDEFC8) is known color: Granny Apple. HEX triplet: BD, EF and C8. RGB value is (189,239,200). Sum of RGB (Red+Green+Blue) = 189+239+200=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 239 (93.75% from 255 or 38.06% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFC8 is #421037. Grayscale: #DBDBDB. Windows color (decimal): -4329528 or 13168573. OLE color: 13168573.
HSL color Cylindrical-coordinate representation of color #BDEFC8: hue angle of 133.2º 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 #BDEFC8 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 200 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.06 |
| HSL | 133.2º | 0.61% | 0.84% | - |
| HSV(B) | 133.2º | 0.21% | 0.94% | - |
| XYZ | 62.28 | 76.72 | 66.17 | - |
| YUV | 219.6 | 116.94 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 200 | 0.21 | 0 | 0.16 | 0.06 | 133.2 | 0.61 | 0.84 |
| Hex | BD | EF | C8 | 15 | 0 | 10 | 6 | 85 | 3D | 54 |
| Octal | 275 | 357 | 310 | 25 | 0 | 20 | 6 | 205 | 75 | 124 |
| Binary | 10111101 | 11101111 | 11001000 | 10101 | 0 | 10000 | 110 | 10000101 | 111101 | 1010100 |
Color Harmonies of #BDEFC8
Complementary color
Monochromatic Colors of #BDEFC8
Black with #BDEFC8
Text Example
Text Example
White with #BDEFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEFC8; }
p { color: rgb(189,239,200); }
H1.HeaderClassName
{
color: #BDEFC8;
}
.AnyTagClassName
{
color: #BDEFC8;
}
</style>
background-color css
<style>
a { background-color: #BDEFC8; }
a { background-color: rgb(189,239,200); }
div.DivClassName
{
background-color: #BDEFC8;
}
.BgClassName
{
background-color: #BDEFC8;
}
</style>
border-color css
<style>
span { border-color: #BDEFC8; }
span { border-color: rgb(189,239,200); }
td.TdClassName
{
border-color: #BDEFC8;
}
.TagClassName
{
border-color: #BDEFC8;
}
</style>