Shades of Granny Apple #BDF8C4
Tints of Granny Apple #BDF8C4
RGB
CMYK
RGB Variations
Color information
#BDF8C4 (or 0xBDF8C4) is known color: Granny Apple. HEX triplet: BD, F8 and C4. RGB value is (189,248,196). Sum of RGB (Red+Green+Blue) = 189+248+196=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 248 (97.27% from 255 or 39.18% from 633); Blue value is 196 (76.95% from 255 or 30.96% from 633); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF8C4 is #42073B. Grayscale: #E0E0E0. Windows color (decimal): -4327228 or 12908733. OLE color: 12908733.
HSL color Cylindrical-coordinate representation of color #BDF8C4: hue angle of 127.12º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF8C4 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 196 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.03 |
| HSL | 127.12º | 0.81% | 0.86% | - |
| HSV(B) | 127.12º | 0.24% | 0.97% | - |
| XYZ | 64.52 | 81.94 | 64.64 | - |
| YUV | 224.43 | 111.95 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 196 | 0.24 | 0 | 0.21 | 0.03 | 127.12 | 0.81 | 0.86 |
| Hex | BD | F8 | C4 | 18 | 0 | 15 | 3 | 7F | 51 | 56 |
| Octal | 275 | 370 | 304 | 30 | 0 | 25 | 3 | 177 | 121 | 126 |
| Binary | 10111101 | 11111000 | 11000100 | 11000 | 0 | 10101 | 11 | 1111111 | 1010001 | 1010110 |
Color Harmonies of #BDF8C4
Complementary color
Monochromatic Colors of #BDF8C4
Black with #BDF8C4
Text Example
Text Example
White with #BDF8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF8C4; }
p { color: rgb(189,248,196); }
H1.HeaderClassName
{
color: #BDF8C4;
}
.AnyTagClassName
{
color: #BDF8C4;
}
</style>
background-color css
<style>
a { background-color: #BDF8C4; }
a { background-color: rgb(189,248,196); }
div.DivClassName
{
background-color: #BDF8C4;
}
.BgClassName
{
background-color: #BDF8C4;
}
</style>
border-color css
<style>
span { border-color: #BDF8C4; }
span { border-color: rgb(189,248,196); }
td.TdClassName
{
border-color: #BDF8C4;
}
.TagClassName
{
border-color: #BDF8C4;
}
</style>