Shades of Granny Apple #BDEECE
Tints of Granny Apple #BDEECE
RGB
CMYK
RGB Variations
Color information
#BDEECE (or 0xBDEECE) is known color: Granny Apple. HEX triplet: BD, EE and CE. RGB value is (189,238,206). Sum of RGB (Red+Green+Blue) = 189+238+206=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEECE is #421131. Grayscale: #DBDBDB. Windows color (decimal): -4329778 or 13561533. OLE color: 13561533.
HSL color Cylindrical-coordinate representation of color #BDEECE: hue angle of 140.82º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEECE is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 238 | 206 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.07 |
| HSL | 140.82º | 0.59% | 0.84% | - |
| HSV(B) | 140.82º | 0.21% | 0.93% | - |
| XYZ | 62.7 | 76.42 | 69.84 | - |
| YUV | 219.7 | 120.27 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 238 | 206 | 0.21 | 0 | 0.13 | 0.07 | 140.82 | 0.59 | 0.84 |
| Hex | BD | EE | CE | 15 | 0 | D | 7 | 8D | 3B | 54 |
| Octal | 275 | 356 | 316 | 25 | 0 | 15 | 7 | 215 | 73 | 124 |
| Binary | 10111101 | 11101110 | 11001110 | 10101 | 0 | 1101 | 111 | 10001101 | 111011 | 1010100 |
Color Harmonies of #BDEECE
Complementary color
Monochromatic Colors of #BDEECE
Black with #BDEECE
Text Example
Text Example
White with #BDEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEECE; }
p { color: rgb(189,238,206); }
H1.HeaderClassName
{
color: #BDEECE;
}
.AnyTagClassName
{
color: #BDEECE;
}
</style>
background-color css
<style>
a { background-color: #BDEECE; }
a { background-color: rgb(189,238,206); }
div.DivClassName
{
background-color: #BDEECE;
}
.BgClassName
{
background-color: #BDEECE;
}
</style>
border-color css
<style>
span { border-color: #BDEECE; }
span { border-color: rgb(189,238,206); }
td.TdClassName
{
border-color: #BDEECE;
}
.TagClassName
{
border-color: #BDEECE;
}
</style>