Shades of Granny Apple #BDFCCD
Tints of Granny Apple #BDFCCD
RGB
CMYK
RGB Variations
Color information
#BDFCCD (or 0xBDFCCD) is known color: Granny Apple. HEX triplet: BD, FC and CD. RGB value is (189,252,205). Sum of RGB (Red+Green+Blue) = 189+252+205=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 252 (98.83% from 255 or 39.01% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCCD is #420332. Grayscale: #E3E3E3. Windows color (decimal): -4326195 or 13499581. OLE color: 13499581.
HSL color Cylindrical-coordinate representation of color #BDFCCD: hue angle of 135.24º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFCCD is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 205 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.01 |
| HSL | 135.24º | 0.91% | 0.86% | - |
| HSV(B) | 135.24º | 0.25% | 0.99% | - |
| XYZ | 66.82 | 84.85 | 70.61 | - |
| YUV | 227.81 | 115.13 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 205 | 0.25 | 0 | 0.19 | 0.01 | 135.24 | 0.91 | 0.86 |
| Hex | BD | FC | CD | 19 | 0 | 13 | 1 | 87 | 5B | 56 |
| Octal | 275 | 374 | 315 | 31 | 0 | 23 | 1 | 207 | 133 | 126 |
| Binary | 10111101 | 11111100 | 11001101 | 11001 | 0 | 10011 | 1 | 10000111 | 1011011 | 1010110 |
Color Harmonies of #BDFCCD
Complementary color
Monochromatic Colors of #BDFCCD
Black with #BDFCCD
Text Example
Text Example
White with #BDFCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCCD; }
p { color: rgb(189,252,205); }
H1.HeaderClassName
{
color: #BDFCCD;
}
.AnyTagClassName
{
color: #BDFCCD;
}
</style>
background-color css
<style>
a { background-color: #BDFCCD; }
a { background-color: rgb(189,252,205); }
div.DivClassName
{
background-color: #BDFCCD;
}
.BgClassName
{
background-color: #BDFCCD;
}
</style>
border-color css
<style>
span { border-color: #BDFCCD; }
span { border-color: rgb(189,252,205); }
td.TdClassName
{
border-color: #BDFCCD;
}
.TagClassName
{
border-color: #BDFCCD;
}
</style>