Shades of Granny Apple #BDF3C7
Tints of Granny Apple #BDF3C7
RGB
CMYK
RGB Variations
Color information
#BDF3C7 (or 0xBDF3C7) is known color: Granny Apple. HEX triplet: BD, F3 and C7. RGB value is (189,243,199). Sum of RGB (Red+Green+Blue) = 189+243+199=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 243 (95.31% from 255 or 38.51% from 631); Blue value is 199 (78.12% from 255 or 31.54% from 631); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF3C7 is #420C38. Grayscale: #DDDDDD. Windows color (decimal): -4328505 or 13104061. OLE color: 13104061.
HSL color Cylindrical-coordinate representation of color #BDF3C7: hue angle of 131.11º 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 #BDF3C7 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
RGB | 189 | 243 | 199 | - |
CMYK | 0.22 | 0 | 0.18 | 0.05 |
HSL | 131.11º | 0.69% | 0.85% | - |
HSV(B) | 131.11º | 0.22% | 0.95% | - |
XYZ | 63.35 | 79.04 | 65.95 | - |
YUV | 221.84 | 115.11 | 104.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 243 | 199 | 0.22 | 0 | 0.18 | 0.05 | 131.11 | 0.69 | 0.85 |
Hex | BD | F3 | C7 | 16 | 0 | 12 | 5 | 83 | 45 | 55 |
Octal | 275 | 363 | 307 | 26 | 0 | 22 | 5 | 203 | 105 | 125 |
Binary | 10111101 | 11110011 | 11000111 | 10110 | 0 | 10010 | 101 | 10000011 | 1000101 | 1010101 |
Color Harmonies of #BDF3C7
Complementary color
Monochromatic Colors of #BDF3C7
Black with #BDF3C7
Text Example
Text Example
White with #BDF3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF3C7; }
p { color: rgb(189,243,199); }
H1.HeaderClassName
{
color: #BDF3C7;
}
.AnyTagClassName
{
color: #BDF3C7;
}
</style>
background-color css
<style>
a { background-color: #BDF3C7; }
a { background-color: rgb(189,243,199); }
div.DivClassName
{
background-color: #BDF3C7;
}
.BgClassName
{
background-color: #BDF3C7;
}
</style>
border-color css
<style>
span { border-color: #BDF3C7; }
span { border-color: rgb(189,243,199); }
td.TdClassName
{
border-color: #BDF3C7;
}
.TagClassName
{
border-color: #BDF3C7;
}
</style>