Shades of Granny Apple #BDFFC8
Tints of Granny Apple #BDFFC8
RGB
CMYK
RGB Variations
Color information
#BDFFC8 (or 0xBDFFC8) is known color: Granny Apple. HEX triplet: BD, FF and C8. RGB value is (189,255,200). Sum of RGB (Red+Green+Blue) = 189+255+200=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 200 (78.52% from 255 or 31.06% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFC8 is #420037. Grayscale: #E5E5E5. Windows color (decimal): -4325432 or 13172669. OLE color: 13172669.
HSL color Cylindrical-coordinate representation of color #BDFFC8: hue angle of 130º 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 #BDFFC8 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
RGB | 189 | 255 | 200 | - |
CMYK | 0.26 | 0 | 0.22 | 0 |
HSL | 130º | 1% | 0.87% | - |
HSV(B) | 130º | 0.26% | 1% | - |
XYZ | 67.17 | 86.51 | 67.8 | - |
YUV | 229 | 111.63 | 99.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 255 | 200 | 0.26 | 0 | 0.22 | 0 | 130 | 1 | 0.87 |
Hex | BD | FF | C8 | 1A | 0 | 16 | 0 | 82 | 64 | 57 |
Octal | 275 | 377 | 310 | 32 | 0 | 26 | 0 | 202 | 144 | 127 |
Binary | 10111101 | 11111111 | 11001000 | 11010 | 0 | 10110 | 0 | 10000010 | 1100100 | 1010111 |
Color Harmonies of #BDFFC8
Complementary color
Monochromatic Colors of #BDFFC8
Black with #BDFFC8
Text Example
Text Example
White with #BDFFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFC8; }
p { color: rgb(189,255,200); }
H1.HeaderClassName
{
color: #BDFFC8;
}
.AnyTagClassName
{
color: #BDFFC8;
}
</style>
background-color css
<style>
a { background-color: #BDFFC8; }
a { background-color: rgb(189,255,200); }
div.DivClassName
{
background-color: #BDFFC8;
}
.BgClassName
{
background-color: #BDFFC8;
}
</style>
border-color css
<style>
span { border-color: #BDFFC8; }
span { border-color: rgb(189,255,200); }
td.TdClassName
{
border-color: #BDFFC8;
}
.TagClassName
{
border-color: #BDFFC8;
}
</style>