Shades of Granny Apple #BDFECE
Tints of Granny Apple #BDFECE
RGB
CMYK
RGB Variations
Color information
#BDFECE (or 0xBDFECE) is known color: Granny Apple. HEX triplet: BD, FE and CE. RGB value is (189,254,206). Sum of RGB (Red+Green+Blue) = 189+254+206=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFECE is #420131. Grayscale: #E5E5E5. Windows color (decimal): -4325682 or 13565629. OLE color: 13565629.
HSL color Cylindrical-coordinate representation of color #BDFECE: hue angle of 135.69º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFECE is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
RGB | 189 | 254 | 206 | - |
CMYK | 0.26 | 0 | 0.19 | 0.00 |
HSL | 135.69º | 0.97% | 0.87% | - |
HSV(B) | 135.69º | 0.26% | 1% | - |
XYZ | 67.57 | 86.16 | 71.46 | - |
YUV | 229.09 | 114.97 | 99.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 254 | 206 | 0.26 | 0 | 0.19 | 0.00 | 135.69 | 0.97 | 0.87 |
Hex | BD | FE | CE | 1A | 0 | 13 | 0 | 88 | 61 | 57 |
Octal | 275 | 376 | 316 | 32 | 0 | 23 | 0 | 210 | 141 | 127 |
Binary | 10111101 | 11111110 | 11001110 | 11010 | 0 | 10011 | 0 | 10001000 | 1100001 | 1010111 |
Color Harmonies of #BDFECE
Complementary color
Monochromatic Colors of #BDFECE
Black with #BDFECE
Text Example
Text Example
White with #BDFECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFECE; }
p { color: rgb(189,254,206); }
H1.HeaderClassName
{
color: #BDFECE;
}
.AnyTagClassName
{
color: #BDFECE;
}
</style>
background-color css
<style>
a { background-color: #BDFECE; }
a { background-color: rgb(189,254,206); }
div.DivClassName
{
background-color: #BDFECE;
}
.BgClassName
{
background-color: #BDFECE;
}
</style>
border-color css
<style>
span { border-color: #BDFECE; }
span { border-color: rgb(189,254,206); }
td.TdClassName
{
border-color: #BDFECE;
}
.TagClassName
{
border-color: #BDFECE;
}
</style>