Shades of Granny Apple #BDF0CF
Tints of Granny Apple #BDF0CF
RGB
CMYK
RGB Variations
Color information
#BDF0CF (or 0xBDF0CF) is known color: Granny Apple. HEX triplet: BD, F0 and CF. RGB value is (189,240,207). Sum of RGB (Red+Green+Blue) = 189+240+207=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0CF is #420F30. Grayscale: #DDDDDD. Windows color (decimal): -4329265 or 13627581. OLE color: 13627581.
HSL color Cylindrical-coordinate representation of color #BDF0CF: hue angle of 141.18º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDF0CF is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 207 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.06 |
| HSL | 141.18º | 0.63% | 0.84% | - |
| HSV(B) | 141.18º | 0.21% | 0.94% | - |
| XYZ | 63.41 | 77.64 | 70.68 | - |
| YUV | 220.99 | 120.1 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 207 | 0.21 | 0 | 0.14 | 0.06 | 141.18 | 0.63 | 0.84 |
| Hex | BD | F0 | CF | 15 | 0 | E | 6 | 8D | 3F | 54 |
| Octal | 275 | 360 | 317 | 25 | 0 | 16 | 6 | 215 | 77 | 124 |
| Binary | 10111101 | 11110000 | 11001111 | 10101 | 0 | 1110 | 110 | 10001101 | 111111 | 1010100 |
Color Harmonies of #BDF0CF
Complementary color
Monochromatic Colors of #BDF0CF
Black with #BDF0CF
Text Example
Text Example
White with #BDF0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF0CF; }
p { color: rgb(189,240,207); }
H1.HeaderClassName
{
color: #BDF0CF;
}
.AnyTagClassName
{
color: #BDF0CF;
}
</style>
background-color css
<style>
a { background-color: #BDF0CF; }
a { background-color: rgb(189,240,207); }
div.DivClassName
{
background-color: #BDF0CF;
}
.BgClassName
{
background-color: #BDF0CF;
}
</style>
border-color css
<style>
span { border-color: #BDF0CF; }
span { border-color: rgb(189,240,207); }
td.TdClassName
{
border-color: #BDF0CF;
}
.TagClassName
{
border-color: #BDF0CF;
}
</style>