Shades of Granny Apple #BDEFC3
Tints of Granny Apple #BDEFC3
RGB
CMYK
RGB Variations
Color information
#BDEFC3 (or 0xBDEFC3) is known color: Granny Apple. HEX triplet: BD, EF and C3. RGB value is (189,239,195). Sum of RGB (Red+Green+Blue) = 189+239+195=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 195 (76.56% from 255 or 31.30% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFC3 is #42103C. Grayscale: #DBDBDB. Windows color (decimal): -4329533 or 12840893. OLE color: 12840893.
HSL color Cylindrical-coordinate representation of color #BDEFC3: hue angle of 127.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 #BDEFC3 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 195 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.06 |
| HSL | 127.2º | 0.61% | 0.84% | - |
| HSV(B) | 127.2º | 0.21% | 0.94% | - |
| XYZ | 61.7 | 76.49 | 63.14 | - |
| YUV | 219.03 | 114.44 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 195 | 0.21 | 0 | 0.18 | 0.06 | 127.2 | 0.61 | 0.84 |
| Hex | BD | EF | C3 | 15 | 0 | 12 | 6 | 7F | 3D | 54 |
| Octal | 275 | 357 | 303 | 25 | 0 | 22 | 6 | 177 | 75 | 124 |
| Binary | 10111101 | 11101111 | 11000011 | 10101 | 0 | 10010 | 110 | 1111111 | 111101 | 1010100 |
Color Harmonies of #BDEFC3
Complementary color
Monochromatic Colors of #BDEFC3
Black with #BDEFC3
Text Example
Text Example
White with #BDEFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEFC3; }
p { color: rgb(189,239,195); }
H1.HeaderClassName
{
color: #BDEFC3;
}
.AnyTagClassName
{
color: #BDEFC3;
}
</style>
background-color css
<style>
a { background-color: #BDEFC3; }
a { background-color: rgb(189,239,195); }
div.DivClassName
{
background-color: #BDEFC3;
}
.BgClassName
{
background-color: #BDEFC3;
}
</style>
border-color css
<style>
span { border-color: #BDEFC3; }
span { border-color: rgb(189,239,195); }
td.TdClassName
{
border-color: #BDEFC3;
}
.TagClassName
{
border-color: #BDEFC3;
}
</style>