Shades of Granny Apple #BDF8C8
Tints of Granny Apple #BDF8C8
RGB
CMYK
RGB Variations
Color information
#BDF8C8 (or 0xBDF8C8) is known color: Granny Apple. HEX triplet: BD, F8 and C8. RGB value is (189,248,200). Sum of RGB (Red+Green+Blue) = 189+248+200=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 248 (97.27% from 255 or 38.93% from 637); Blue value is 200 (78.52% from 255 or 31.40% from 637); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF8C8 is #420737. Grayscale: #E1E1E1. Windows color (decimal): -4327224 or 13170877. OLE color: 13170877.
HSL color Cylindrical-coordinate representation of color #BDF8C8: hue angle of 131.19º 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 #BDF8C8 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
RGB | 189 | 248 | 200 | - |
CMYK | 0.24 | 0 | 0.19 | 0.03 |
HSL | 131.19º | 0.81% | 0.86% | - |
HSV(B) | 131.19º | 0.24% | 0.97% | - |
XYZ | 64.98 | 82.12 | 67.07 | - |
YUV | 224.89 | 113.95 | 102.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 248 | 200 | 0.24 | 0 | 0.19 | 0.03 | 131.19 | 0.81 | 0.86 |
Hex | BD | F8 | C8 | 18 | 0 | 13 | 3 | 83 | 51 | 56 |
Octal | 275 | 370 | 310 | 30 | 0 | 23 | 3 | 203 | 121 | 126 |
Binary | 10111101 | 11111000 | 11001000 | 11000 | 0 | 10011 | 11 | 10000011 | 1010001 | 1010110 |
Color Harmonies of #BDF8C8
Complementary color
Monochromatic Colors of #BDF8C8
Black with #BDF8C8
Text Example
Text Example
White with #BDF8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF8C8; }
p { color: rgb(189,248,200); }
H1.HeaderClassName
{
color: #BDF8C8;
}
.AnyTagClassName
{
color: #BDF8C8;
}
</style>
background-color css
<style>
a { background-color: #BDF8C8; }
a { background-color: rgb(189,248,200); }
div.DivClassName
{
background-color: #BDF8C8;
}
.BgClassName
{
background-color: #BDF8C8;
}
</style>
border-color css
<style>
span { border-color: #BDF8C8; }
span { border-color: rgb(189,248,200); }
td.TdClassName
{
border-color: #BDF8C8;
}
.TagClassName
{
border-color: #BDF8C8;
}
</style>