Shades of Granny Apple #BDFFC4
Tints of Granny Apple #BDFFC4
RGB
CMYK
RGB Variations
Color information
#BDFFC4 (or 0xBDFFC4) is known color: Granny Apple. HEX triplet: BD, FF and C4. RGB value is (189,255,196). Sum of RGB (Red+Green+Blue) = 189+255+196=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 196 (76.95% from 255 or 30.62% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFC4 is #42003B. Grayscale: #E4E4E4. Windows color (decimal): -4325436 or 12910525. OLE color: 12910525.
HSL color Cylindrical-coordinate representation of color #BDFFC4: hue angle of 126.36º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFFC4 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 196 | - |
| CMYK | 0.26 | 0 | 0.23 | 0 |
| HSL | 126.36º | 1% | 0.87% | - |
| HSV(B) | 126.36º | 0.26% | 1% | - |
| XYZ | 66.71 | 86.32 | 65.37 | - |
| YUV | 228.54 | 109.63 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 196 | 0.26 | 0 | 0.23 | 0 | 126.36 | 1 | 0.87 |
| Hex | BD | FF | C4 | 1A | 0 | 17 | 0 | 7E | 64 | 57 |
| Octal | 275 | 377 | 304 | 32 | 0 | 27 | 0 | 176 | 144 | 127 |
| Binary | 10111101 | 11111111 | 11000100 | 11010 | 0 | 10111 | 0 | 1111110 | 1100100 | 1010111 |
Color Harmonies of #BDFFC4
Complementary color
Monochromatic Colors of #BDFFC4
Black with #BDFFC4
Text Example
Text Example
White with #BDFFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFC4; }
p { color: rgb(189,255,196); }
H1.HeaderClassName
{
color: #BDFFC4;
}
.AnyTagClassName
{
color: #BDFFC4;
}
</style>
background-color css
<style>
a { background-color: #BDFFC4; }
a { background-color: rgb(189,255,196); }
div.DivClassName
{
background-color: #BDFFC4;
}
.BgClassName
{
background-color: #BDFFC4;
}
</style>
border-color css
<style>
span { border-color: #BDFFC4; }
span { border-color: rgb(189,255,196); }
td.TdClassName
{
border-color: #BDFFC4;
}
.TagClassName
{
border-color: #BDFFC4;
}
</style>