Shades of Granny Apple #BDFDD2
Tints of Granny Apple #BDFDD2
RGB
CMYK
RGB Variations
Color information
#BDFDD2 (or 0xBDFDD2) is known color: Granny Apple. HEX triplet: BD, FD and D2. RGB value is (189,253,210). Sum of RGB (Red+Green+Blue) = 189+253+210=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 210 (82.42% from 255 or 32.21% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDD2 is #42022D. Grayscale: #E5E5E5. Windows color (decimal): -4325934 or 13827517. OLE color: 13827517.
HSL color Cylindrical-coordinate representation of color #BDFDD2: hue angle of 139.69º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFDD2 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 253 | 210 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.01 |
| HSL | 139.69º | 0.94% | 0.87% | - |
| HSV(B) | 139.69º | 0.25% | 0.99% | - |
| XYZ | 67.74 | 85.72 | 73.95 | - |
| YUV | 228.96 | 117.3 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 253 | 210 | 0.25 | 0 | 0.17 | 0.01 | 139.69 | 0.94 | 0.87 |
| Hex | BD | FD | D2 | 19 | 0 | 11 | 1 | 8C | 5E | 57 |
| Octal | 275 | 375 | 322 | 31 | 0 | 21 | 1 | 214 | 136 | 127 |
| Binary | 10111101 | 11111101 | 11010010 | 11001 | 0 | 10001 | 1 | 10001100 | 1011110 | 1010111 |
Color Harmonies of #BDFDD2
Complementary color
Monochromatic Colors of #BDFDD2
Black with #BDFDD2
Text Example
Text Example
White with #BDFDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFDD2; }
p { color: rgb(189,253,210); }
H1.HeaderClassName
{
color: #BDFDD2;
}
.AnyTagClassName
{
color: #BDFDD2;
}
</style>
background-color css
<style>
a { background-color: #BDFDD2; }
a { background-color: rgb(189,253,210); }
div.DivClassName
{
background-color: #BDFDD2;
}
.BgClassName
{
background-color: #BDFDD2;
}
</style>
border-color css
<style>
span { border-color: #BDFDD2; }
span { border-color: rgb(189,253,210); }
td.TdClassName
{
border-color: #BDFDD2;
}
.TagClassName
{
border-color: #BDFDD2;
}
</style>