Shades of Granny Apple #BDF3CF
Tints of Granny Apple #BDF3CF
RGB
CMYK
RGB Variations
Color information
#BDF3CF (or 0xBDF3CF) is known color: Granny Apple. HEX triplet: BD, F3 and CF. RGB value is (189,243,207). Sum of RGB (Red+Green+Blue) = 189+243+207=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 243 (95.31% from 255 or 38.03% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF3CF is #420C30. Grayscale: #DEDEDE. Windows color (decimal): -4328497 or 13628349. OLE color: 13628349.
HSL color Cylindrical-coordinate representation of color #BDF3CF: hue angle of 140º degrees, saturation: 0.69, 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 #BDF3CF is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 207 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.05 |
| HSL | 140º | 0.69% | 0.85% | - |
| HSV(B) | 140º | 0.22% | 0.95% | - |
| XYZ | 64.3 | 79.43 | 70.97 | - |
| YUV | 222.75 | 119.11 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 207 | 0.22 | 0 | 0.15 | 0.05 | 140 | 0.69 | 0.85 |
| Hex | BD | F3 | CF | 16 | 0 | F | 5 | 8C | 45 | 55 |
| Octal | 275 | 363 | 317 | 26 | 0 | 17 | 5 | 214 | 105 | 125 |
| Binary | 10111101 | 11110011 | 11001111 | 10110 | 0 | 1111 | 101 | 10001100 | 1000101 | 1010101 |
Color Harmonies of #BDF3CF
Complementary color
Monochromatic Colors of #BDF3CF
Black with #BDF3CF
Text Example
Text Example
White with #BDF3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF3CF; }
p { color: rgb(189,243,207); }
H1.HeaderClassName
{
color: #BDF3CF;
}
.AnyTagClassName
{
color: #BDF3CF;
}
</style>
background-color css
<style>
a { background-color: #BDF3CF; }
a { background-color: rgb(189,243,207); }
div.DivClassName
{
background-color: #BDF3CF;
}
.BgClassName
{
background-color: #BDF3CF;
}
</style>
border-color css
<style>
span { border-color: #BDF3CF; }
span { border-color: rgb(189,243,207); }
td.TdClassName
{
border-color: #BDF3CF;
}
.TagClassName
{
border-color: #BDF3CF;
}
</style>