Shades of Granny Apple #BDFAC1
Tints of Granny Apple #BDFAC1
RGB
CMYK
RGB Variations
Color information
#BDFAC1 (or 0xBDFAC1) is known color: Granny Apple. HEX triplet: BD, FA and C1. RGB value is (189,250,193). Sum of RGB (Red+Green+Blue) = 189+250+193=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 193 (75.78% from 255 or 30.54% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFAC1 is #42053E. Grayscale: #E1E1E1. Windows color (decimal): -4326719 or 12712637. OLE color: 12712637.
HSL color Cylindrical-coordinate representation of color #BDFAC1: hue angle of 123.93º 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 #BDFAC1 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 250 | 193 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.02 |
| HSL | 123.93º | 0.86% | 0.86% | - |
| HSV(B) | 123.93º | 0.24% | 0.98% | - |
| XYZ | 64.8 | 83.04 | 63.07 | - |
| YUV | 225.26 | 109.79 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 250 | 193 | 0.24 | 0 | 0.23 | 0.02 | 123.93 | 0.86 | 0.86 |
| Hex | BD | FA | C1 | 18 | 0 | 17 | 2 | 7C | 56 | 56 |
| Octal | 275 | 372 | 301 | 30 | 0 | 27 | 2 | 174 | 126 | 126 |
| Binary | 10111101 | 11111010 | 11000001 | 11000 | 0 | 10111 | 10 | 1111100 | 1010110 | 1010110 |
Color Harmonies of #BDFAC1
Complementary color
Monochromatic Colors of #BDFAC1
Black with #BDFAC1
Text Example
Text Example
White with #BDFAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFAC1; }
p { color: rgb(189,250,193); }
H1.HeaderClassName
{
color: #BDFAC1;
}
.AnyTagClassName
{
color: #BDFAC1;
}
</style>
background-color css
<style>
a { background-color: #BDFAC1; }
a { background-color: rgb(189,250,193); }
div.DivClassName
{
background-color: #BDFAC1;
}
.BgClassName
{
background-color: #BDFAC1;
}
</style>
border-color css
<style>
span { border-color: #BDFAC1; }
span { border-color: rgb(189,250,193); }
td.TdClassName
{
border-color: #BDFAC1;
}
.TagClassName
{
border-color: #BDFAC1;
}
</style>