Shades of Granny Apple #BDFDCC
Tints of Granny Apple #BDFDCC
RGB
CMYK
RGB Variations
Color information
#BDFDCC (or 0xBDFDCC) is known color: Granny Apple. HEX triplet: BD, FD and CC. RGB value is (189,253,204). Sum of RGB (Red+Green+Blue) = 189+253+204=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDCC is #420233. Grayscale: #E4E4E4. Windows color (decimal): -4325940 or 13434301. OLE color: 13434301.
HSL color Cylindrical-coordinate representation of color #BDFDCC: hue angle of 134.06º 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 #BDFDCC is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 253 | 204 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.01 |
| HSL | 134.06º | 0.94% | 0.87% | - |
| HSV(B) | 134.06º | 0.25% | 0.99% | - |
| XYZ | 67.01 | 85.43 | 70.08 | - |
| YUV | 228.28 | 114.3 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 253 | 204 | 0.25 | 0 | 0.19 | 0.01 | 134.06 | 0.94 | 0.87 |
| Hex | BD | FD | CC | 19 | 0 | 13 | 1 | 86 | 5E | 57 |
| Octal | 275 | 375 | 314 | 31 | 0 | 23 | 1 | 206 | 136 | 127 |
| Binary | 10111101 | 11111101 | 11001100 | 11001 | 0 | 10011 | 1 | 10000110 | 1011110 | 1010111 |
Color Harmonies of #BDFDCC
Complementary color
Monochromatic Colors of #BDFDCC
Black with #BDFDCC
Text Example
Text Example
White with #BDFDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFDCC; }
p { color: rgb(189,253,204); }
H1.HeaderClassName
{
color: #BDFDCC;
}
.AnyTagClassName
{
color: #BDFDCC;
}
</style>
background-color css
<style>
a { background-color: #BDFDCC; }
a { background-color: rgb(189,253,204); }
div.DivClassName
{
background-color: #BDFDCC;
}
.BgClassName
{
background-color: #BDFDCC;
}
</style>
border-color css
<style>
span { border-color: #BDFDCC; }
span { border-color: rgb(189,253,204); }
td.TdClassName
{
border-color: #BDFDCC;
}
.TagClassName
{
border-color: #BDFDCC;
}
</style>