Shades of Granny Apple #BDFDCB
Tints of Granny Apple #BDFDCB
RGB
CMYK
RGB Variations
Color information
#BDFDCB (or 0xBDFDCB) is known color: Granny Apple. HEX triplet: BD, FD and CB. RGB value is (189,253,203). Sum of RGB (Red+Green+Blue) = 189+253+203=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDCB is #420234. Grayscale: #E4E4E4. Windows color (decimal): -4325941 or 13368765. OLE color: 13368765.
HSL color Cylindrical-coordinate representation of color #BDFDCB: hue angle of 133.12º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFDCB is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 253 | 203 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.01 |
| HSL | 133.13º | 0.94% | 0.87% | - |
| HSV(B) | 133.13º | 0.25% | 0.99% | - |
| XYZ | 66.89 | 85.38 | 69.45 | - |
| YUV | 228.16 | 113.8 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 253 | 203 | 0.25 | 0 | 0.20 | 0.01 | 133.13 | 0.94 | 0.87 |
| Hex | BD | FD | CB | 19 | 0 | 14 | 1 | 85 | 5E | 57 |
| Octal | 275 | 375 | 313 | 31 | 0 | 24 | 1 | 205 | 136 | 127 |
| Binary | 10111101 | 11111101 | 11001011 | 11001 | 0 | 10100 | 1 | 10000101 | 1011110 | 1010111 |
Color Harmonies of #BDFDCB
Complementary color
Monochromatic Colors of #BDFDCB
Black with #BDFDCB
Text Example
Text Example
White with #BDFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFDCB; }
p { color: rgb(189,253,203); }
H1.HeaderClassName
{
color: #BDFDCB;
}
.AnyTagClassName
{
color: #BDFDCB;
}
</style>
background-color css
<style>
a { background-color: #BDFDCB; }
a { background-color: rgb(189,253,203); }
div.DivClassName
{
background-color: #BDFDCB;
}
.BgClassName
{
background-color: #BDFDCB;
}
</style>
border-color css
<style>
span { border-color: #BDFDCB; }
span { border-color: rgb(189,253,203); }
td.TdClassName
{
border-color: #BDFDCB;
}
.TagClassName
{
border-color: #BDFDCB;
}
</style>