Shades of Granny Apple #BDEEC3
Tints of Granny Apple #BDEEC3
RGB
CMYK
RGB Variations
Color information
#BDEEC3 (or 0xBDEEC3) is known color: Granny Apple. HEX triplet: BD, EE and C3. RGB value is (189,238,195). Sum of RGB (Red+Green+Blue) = 189+238+195=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 195 (76.56% from 255 or 31.35% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEC3 is #42113C. Grayscale: #DADADA. Windows color (decimal): -4329789 or 12840637. OLE color: 12840637.
HSL color Cylindrical-coordinate representation of color #BDEEC3: hue angle of 127.35º 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 #BDEEC3 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 238 | 195 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.07 |
| HSL | 127.35º | 0.59% | 0.84% | - |
| HSV(B) | 127.35º | 0.21% | 0.93% | - |
| XYZ | 61.41 | 75.91 | 63.04 | - |
| YUV | 218.45 | 114.77 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 238 | 195 | 0.21 | 0 | 0.18 | 0.07 | 127.35 | 0.59 | 0.84 |
| Hex | BD | EE | C3 | 15 | 0 | 12 | 7 | 7F | 3B | 54 |
| Octal | 275 | 356 | 303 | 25 | 0 | 22 | 7 | 177 | 73 | 124 |
| Binary | 10111101 | 11101110 | 11000011 | 10101 | 0 | 10010 | 111 | 1111111 | 111011 | 1010100 |
Color Harmonies of #BDEEC3
Complementary color
Monochromatic Colors of #BDEEC3
Black with #BDEEC3
Text Example
Text Example
White with #BDEEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEEC3; }
p { color: rgb(189,238,195); }
H1.HeaderClassName
{
color: #BDEEC3;
}
.AnyTagClassName
{
color: #BDEEC3;
}
</style>
background-color css
<style>
a { background-color: #BDEEC3; }
a { background-color: rgb(189,238,195); }
div.DivClassName
{
background-color: #BDEEC3;
}
.BgClassName
{
background-color: #BDEEC3;
}
</style>
border-color css
<style>
span { border-color: #BDEEC3; }
span { border-color: rgb(189,238,195); }
td.TdClassName
{
border-color: #BDEEC3;
}
.TagClassName
{
border-color: #BDEEC3;
}
</style>