Shades of Granny Apple #BDF3C9
Tints of Granny Apple #BDF3C9
RGB
CMYK
RGB Variations
Color information
#BDF3C9 (or 0xBDF3C9) is known color: Granny Apple. HEX triplet: BD, F3 and C9. RGB value is (189,243,201). Sum of RGB (Red+Green+Blue) = 189+243+201=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 243 (95.31% from 255 or 38.39% from 633); Blue value is 201 (78.91% from 255 or 31.75% from 633); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF3C9 is #420C36. Grayscale: #DEDEDE. Windows color (decimal): -4328503 or 13235133. OLE color: 13235133.
HSL color Cylindrical-coordinate representation of color #BDF3C9: hue angle of 133.33º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF3C9 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 201 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.05 |
| HSL | 133.33º | 0.69% | 0.85% | - |
| HSV(B) | 133.33º | 0.22% | 0.95% | - |
| XYZ | 63.58 | 79.14 | 67.18 | - |
| YUV | 222.07 | 116.11 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 201 | 0.22 | 0 | 0.17 | 0.05 | 133.33 | 0.69 | 0.85 |
| Hex | BD | F3 | C9 | 16 | 0 | 11 | 5 | 85 | 45 | 55 |
| Octal | 275 | 363 | 311 | 26 | 0 | 21 | 5 | 205 | 105 | 125 |
| Binary | 10111101 | 11110011 | 11001001 | 10110 | 0 | 10001 | 101 | 10000101 | 1000101 | 1010101 |
Color Harmonies of #BDF3C9
Complementary color
Monochromatic Colors of #BDF3C9
Black with #BDF3C9
Text Example
Text Example
White with #BDF3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF3C9; }
p { color: rgb(189,243,201); }
H1.HeaderClassName
{
color: #BDF3C9;
}
.AnyTagClassName
{
color: #BDF3C9;
}
</style>
background-color css
<style>
a { background-color: #BDF3C9; }
a { background-color: rgb(189,243,201); }
div.DivClassName
{
background-color: #BDF3C9;
}
.BgClassName
{
background-color: #BDF3C9;
}
</style>
border-color css
<style>
span { border-color: #BDF3C9; }
span { border-color: rgb(189,243,201); }
td.TdClassName
{
border-color: #BDF3C9;
}
.TagClassName
{
border-color: #BDF3C9;
}
</style>