Shades of Granny Apple #BDEECF
Tints of Granny Apple #BDEECF
RGB
CMYK
RGB Variations
Color information
#BDEECF (or 0xBDEECF) is known color: Granny Apple. HEX triplet: BD, EE and CF. RGB value is (189,238,207). Sum of RGB (Red+Green+Blue) = 189+238+207=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEECF is #421130. Grayscale: #DBDBDB. Windows color (decimal): -4329777 or 13627069. OLE color: 13627069.
HSL color Cylindrical-coordinate representation of color #BDEECF: hue angle of 142.04º 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 #BDEECF is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 238 | 207 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.07 |
| HSL | 142.04º | 0.59% | 0.84% | - |
| HSV(B) | 142.04º | 0.21% | 0.93% | - |
| XYZ | 62.82 | 76.47 | 70.48 | - |
| YUV | 219.82 | 120.77 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 238 | 207 | 0.21 | 0 | 0.13 | 0.07 | 142.04 | 0.59 | 0.84 |
| Hex | BD | EE | CF | 15 | 0 | D | 7 | 8E | 3B | 54 |
| Octal | 275 | 356 | 317 | 25 | 0 | 15 | 7 | 216 | 73 | 124 |
| Binary | 10111101 | 11101110 | 11001111 | 10101 | 0 | 1101 | 111 | 10001110 | 111011 | 1010100 |
Color Harmonies of #BDEECF
Complementary color
Monochromatic Colors of #BDEECF
Black with #BDEECF
Text Example
Text Example
White with #BDEECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEECF; }
p { color: rgb(189,238,207); }
H1.HeaderClassName
{
color: #BDEECF;
}
.AnyTagClassName
{
color: #BDEECF;
}
</style>
background-color css
<style>
a { background-color: #BDEECF; }
a { background-color: rgb(189,238,207); }
div.DivClassName
{
background-color: #BDEECF;
}
.BgClassName
{
background-color: #BDEECF;
}
</style>
border-color css
<style>
span { border-color: #BDEECF; }
span { border-color: rgb(189,238,207); }
td.TdClassName
{
border-color: #BDEECF;
}
.TagClassName
{
border-color: #BDEECF;
}
</style>