Shades of Granny Apple #BDFAC2
Tints of Granny Apple #BDFAC2
RGB
CMYK
RGB Variations
Color information
#BDFAC2 (or 0xBDFAC2) is known color: Granny Apple. HEX triplet: BD, FA and C2. RGB value is (189,250,194). Sum of RGB (Red+Green+Blue) = 189+250+194=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 194 (76.17% from 255 or 30.65% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFAC2 is #42053D. Grayscale: #E1E1E1. Windows color (decimal): -4326718 or 12778173. OLE color: 12778173.
HSL color Cylindrical-coordinate representation of color #BDFAC2: hue angle of 124.92º 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 #BDFAC2 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 250 | 194 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.02 |
| HSL | 124.92º | 0.86% | 0.86% | - |
| HSV(B) | 124.92º | 0.24% | 0.98% | - |
| XYZ | 64.91 | 83.09 | 63.65 | - |
| YUV | 225.38 | 110.29 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 250 | 194 | 0.24 | 0 | 0.22 | 0.02 | 124.92 | 0.86 | 0.86 |
| Hex | BD | FA | C2 | 18 | 0 | 16 | 2 | 7D | 56 | 56 |
| Octal | 275 | 372 | 302 | 30 | 0 | 26 | 2 | 175 | 126 | 126 |
| Binary | 10111101 | 11111010 | 11000010 | 11000 | 0 | 10110 | 10 | 1111101 | 1010110 | 1010110 |
Color Harmonies of #BDFAC2
Complementary color
Monochromatic Colors of #BDFAC2
Black with #BDFAC2
Text Example
Text Example
White with #BDFAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFAC2; }
p { color: rgb(189,250,194); }
H1.HeaderClassName
{
color: #BDFAC2;
}
.AnyTagClassName
{
color: #BDFAC2;
}
</style>
background-color css
<style>
a { background-color: #BDFAC2; }
a { background-color: rgb(189,250,194); }
div.DivClassName
{
background-color: #BDFAC2;
}
.BgClassName
{
background-color: #BDFAC2;
}
</style>
border-color css
<style>
span { border-color: #BDFAC2; }
span { border-color: rgb(189,250,194); }
td.TdClassName
{
border-color: #BDFAC2;
}
.TagClassName
{
border-color: #BDFAC2;
}
</style>