Shades of Granny Apple #BDF2CF
Tints of Granny Apple #BDF2CF
RGB
CMYK
RGB Variations
Color information
#BDF2CF (or 0xBDF2CF) is known color: Granny Apple. HEX triplet: BD, F2 and CF. RGB value is (189,242,207). Sum of RGB (Red+Green+Blue) = 189+242+207=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2CF is #420D30. Grayscale: #DEDEDE. Windows color (decimal): -4328753 or 13628093. OLE color: 13628093.
HSL color Cylindrical-coordinate representation of color #BDF2CF: hue angle of 140.38º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF2CF is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 207 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.05 |
| HSL | 140.38º | 0.67% | 0.85% | - |
| HSV(B) | 140.38º | 0.22% | 0.95% | - |
| XYZ | 64 | 78.83 | 70.87 | - |
| YUV | 222.16 | 119.44 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 207 | 0.22 | 0 | 0.14 | 0.05 | 140.38 | 0.67 | 0.85 |
| Hex | BD | F2 | CF | 16 | 0 | E | 5 | 8C | 43 | 55 |
| Octal | 275 | 362 | 317 | 26 | 0 | 16 | 5 | 214 | 103 | 125 |
| Binary | 10111101 | 11110010 | 11001111 | 10110 | 0 | 1110 | 101 | 10001100 | 1000011 | 1010101 |
Color Harmonies of #BDF2CF
Complementary color
Monochromatic Colors of #BDF2CF
Black with #BDF2CF
Text Example
Text Example
White with #BDF2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF2CF; }
p { color: rgb(189,242,207); }
H1.HeaderClassName
{
color: #BDF2CF;
}
.AnyTagClassName
{
color: #BDF2CF;
}
</style>
background-color css
<style>
a { background-color: #BDF2CF; }
a { background-color: rgb(189,242,207); }
div.DivClassName
{
background-color: #BDF2CF;
}
.BgClassName
{
background-color: #BDF2CF;
}
</style>
border-color css
<style>
span { border-color: #BDF2CF; }
span { border-color: rgb(189,242,207); }
td.TdClassName
{
border-color: #BDF2CF;
}
.TagClassName
{
border-color: #BDF2CF;
}
</style>