Shades of Granny Apple #BDF1CF
Tints of Granny Apple #BDF1CF
RGB
CMYK
RGB Variations
Color information
#BDF1CF (or 0xBDF1CF) is known color: Granny Apple. HEX triplet: BD, F1 and CF. RGB value is (189,241,207). Sum of RGB (Red+Green+Blue) = 189+241+207=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1CF is #420E30. Grayscale: #DDDDDD. Windows color (decimal): -4329009 or 13627837. OLE color: 13627837.
HSL color Cylindrical-coordinate representation of color #BDF1CF: hue angle of 140.77º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF1CF is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 207 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.05 |
| HSL | 140.77º | 0.65% | 0.84% | - |
| HSV(B) | 140.77º | 0.22% | 0.95% | - |
| XYZ | 63.7 | 78.23 | 70.77 | - |
| YUV | 221.58 | 119.77 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 207 | 0.22 | 0 | 0.14 | 0.05 | 140.77 | 0.65 | 0.84 |
| Hex | BD | F1 | CF | 16 | 0 | E | 5 | 8D | 41 | 54 |
| Octal | 275 | 361 | 317 | 26 | 0 | 16 | 5 | 215 | 101 | 124 |
| Binary | 10111101 | 11110001 | 11001111 | 10110 | 0 | 1110 | 101 | 10001101 | 1000001 | 1010100 |
Color Harmonies of #BDF1CF
Complementary color
Monochromatic Colors of #BDF1CF
Black with #BDF1CF
Text Example
Text Example
White with #BDF1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF1CF; }
p { color: rgb(189,241,207); }
H1.HeaderClassName
{
color: #BDF1CF;
}
.AnyTagClassName
{
color: #BDF1CF;
}
</style>
background-color css
<style>
a { background-color: #BDF1CF; }
a { background-color: rgb(189,241,207); }
div.DivClassName
{
background-color: #BDF1CF;
}
.BgClassName
{
background-color: #BDF1CF;
}
</style>
border-color css
<style>
span { border-color: #BDF1CF; }
span { border-color: rgb(189,241,207); }
td.TdClassName
{
border-color: #BDF1CF;
}
.TagClassName
{
border-color: #BDF1CF;
}
</style>