Shades of Granny Apple #BDFAD2
Tints of Granny Apple #BDFAD2
RGB
CMYK
RGB Variations
Color information
#BDFAD2 (or 0xBDFAD2) is known color: Granny Apple. HEX triplet: BD, FA and D2. RGB value is (189,250,210). Sum of RGB (Red+Green+Blue) = 189+250+210=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 210 (82.42% from 255 or 32.36% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFAD2 is #42052D. Grayscale: #E3E3E3. Windows color (decimal): -4326702 or 13826749. OLE color: 13826749.
HSL color Cylindrical-coordinate representation of color #BDFAD2: hue angle of 140.66º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDFAD2 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 250 | 210 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.02 |
| HSL | 140.66º | 0.86% | 0.86% | - |
| HSV(B) | 140.66º | 0.24% | 0.98% | - |
| XYZ | 66.8 | 83.84 | 73.64 | - |
| YUV | 227.2 | 118.29 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 250 | 210 | 0.24 | 0 | 0.16 | 0.02 | 140.66 | 0.86 | 0.86 |
| Hex | BD | FA | D2 | 18 | 0 | 10 | 2 | 8D | 56 | 56 |
| Octal | 275 | 372 | 322 | 30 | 0 | 20 | 2 | 215 | 126 | 126 |
| Binary | 10111101 | 11111010 | 11010010 | 11000 | 0 | 10000 | 10 | 10001101 | 1010110 | 1010110 |
Color Harmonies of #BDFAD2
Complementary color
Monochromatic Colors of #BDFAD2
Black with #BDFAD2
Text Example
Text Example
White with #BDFAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFAD2; }
p { color: rgb(189,250,210); }
H1.HeaderClassName
{
color: #BDFAD2;
}
.AnyTagClassName
{
color: #BDFAD2;
}
</style>
background-color css
<style>
a { background-color: #BDFAD2; }
a { background-color: rgb(189,250,210); }
div.DivClassName
{
background-color: #BDFAD2;
}
.BgClassName
{
background-color: #BDFAD2;
}
</style>
border-color css
<style>
span { border-color: #BDFAD2; }
span { border-color: rgb(189,250,210); }
td.TdClassName
{
border-color: #BDFAD2;
}
.TagClassName
{
border-color: #BDFAD2;
}
</style>