Shades of Granny Apple #BDF3D0
Tints of Granny Apple #BDF3D0
RGB
CMYK
RGB Variations
Color information
#BDF3D0 (or 0xBDF3D0) is known color: Granny Apple. HEX triplet: BD, F3 and D0. RGB value is (189,243,208). Sum of RGB (Red+Green+Blue) = 189+243+208=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 243 (95.31% from 255 or 37.97% from 640); Blue value is 208 (81.64% from 255 or 32.5% from 640); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF3D0 is #420C2F. Grayscale: #DEDEDE. Windows color (decimal): -4328496 or 13693885. OLE color: 13693885.
HSL color Cylindrical-coordinate representation of color #BDF3D0: hue angle of 141.11º 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 #BDF3D0 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 208 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.05 |
| HSL | 141.11º | 0.69% | 0.85% | - |
| HSV(B) | 141.11º | 0.22% | 0.95% | - |
| XYZ | 64.42 | 79.47 | 71.62 | - |
| YUV | 222.86 | 119.61 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 208 | 0.22 | 0 | 0.14 | 0.05 | 141.11 | 0.69 | 0.85 |
| Hex | BD | F3 | D0 | 16 | 0 | E | 5 | 8D | 45 | 55 |
| Octal | 275 | 363 | 320 | 26 | 0 | 16 | 5 | 215 | 105 | 125 |
| Binary | 10111101 | 11110011 | 11010000 | 10110 | 0 | 1110 | 101 | 10001101 | 1000101 | 1010101 |
Color Harmonies of #BDF3D0
Complementary color
Monochromatic Colors of #BDF3D0
Black with #BDF3D0
Text Example
Text Example
White with #BDF3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF3D0; }
p { color: rgb(189,243,208); }
H1.HeaderClassName
{
color: #BDF3D0;
}
.AnyTagClassName
{
color: #BDF3D0;
}
</style>
background-color css
<style>
a { background-color: #BDF3D0; }
a { background-color: rgb(189,243,208); }
div.DivClassName
{
background-color: #BDF3D0;
}
.BgClassName
{
background-color: #BDF3D0;
}
</style>
border-color css
<style>
span { border-color: #BDF3D0; }
span { border-color: rgb(189,243,208); }
td.TdClassName
{
border-color: #BDF3D0;
}
.TagClassName
{
border-color: #BDF3D0;
}
</style>