Shades of Granny Apple #BDF8CD
Tints of Granny Apple #BDF8CD
RGB
CMYK
RGB Variations
Color information
#BDF8CD (or 0xBDF8CD) is known color: Granny Apple. HEX triplet: BD, F8 and CD. RGB value is (189,248,205). Sum of RGB (Red+Green+Blue) = 189+248+205=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 248 (97.27% from 255 or 38.63% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF8CD is #420732. Grayscale: #E1E1E1. Windows color (decimal): -4327219 or 13498557. OLE color: 13498557.
HSL color Cylindrical-coordinate representation of color #BDF8CD: hue angle of 136.27º 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 #BDF8CD is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
RGB | 189 | 248 | 205 | - |
CMYK | 0.24 | 0 | 0.17 | 0.03 |
HSL | 136.27º | 0.81% | 0.86% | - |
HSV(B) | 136.27º | 0.24% | 0.97% | - |
XYZ | 65.57 | 82.36 | 70.2 | - |
YUV | 225.46 | 116.45 | 102 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 248 | 205 | 0.24 | 0 | 0.17 | 0.03 | 136.27 | 0.81 | 0.86 |
Hex | BD | F8 | CD | 18 | 0 | 11 | 3 | 88 | 51 | 56 |
Octal | 275 | 370 | 315 | 30 | 0 | 21 | 3 | 210 | 121 | 126 |
Binary | 10111101 | 11111000 | 11001101 | 11000 | 0 | 10001 | 11 | 10001000 | 1010001 | 1010110 |
Color Harmonies of #BDF8CD
Complementary color
Monochromatic Colors of #BDF8CD
Black with #BDF8CD
Text Example
Text Example
White with #BDF8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF8CD; }
p { color: rgb(189,248,205); }
H1.HeaderClassName
{
color: #BDF8CD;
}
.AnyTagClassName
{
color: #BDF8CD;
}
</style>
background-color css
<style>
a { background-color: #BDF8CD; }
a { background-color: rgb(189,248,205); }
div.DivClassName
{
background-color: #BDF8CD;
}
.BgClassName
{
background-color: #BDF8CD;
}
</style>
border-color css
<style>
span { border-color: #BDF8CD; }
span { border-color: rgb(189,248,205); }
td.TdClassName
{
border-color: #BDF8CD;
}
.TagClassName
{
border-color: #BDF8CD;
}
</style>