Shades of Granny Apple #BEFFCB
Tints of Granny Apple #BEFFCB
RGB
CMYK
RGB Variations
Color information
#BEFFCB (or 0xBEFFCB) is known color: Granny Apple. HEX triplet: BE, FF and CB. RGB value is (190,255,203). Sum of RGB (Red+Green+Blue) = 190+255+203=648 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.32% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFCB is #410034. Grayscale: #E5E5E5. Windows color (decimal): -4259893 or 13369278. OLE color: 13369278.
HSL color Cylindrical-coordinate representation of color #BEFFCB: hue angle of 132º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFFCB is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 203 | - |
| CMYK | 0.25 | 0 | 0.20 | 0 |
| HSL | 132º | 1% | 0.87% | - |
| HSV(B) | 132º | 0.25% | 1% | - |
| XYZ | 67.77 | 86.78 | 69.68 | - |
| YUV | 229.64 | 112.97 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 203 | 0.25 | 0 | 0.20 | 0 | 132 | 1 | 0.87 |
| Hex | BE | FF | CB | 19 | 0 | 14 | 0 | 84 | 64 | 57 |
| Octal | 276 | 377 | 313 | 31 | 0 | 24 | 0 | 204 | 144 | 127 |
| Binary | 10111110 | 11111111 | 11001011 | 11001 | 0 | 10100 | 0 | 10000100 | 1100100 | 1010111 |
Color Harmonies of #BEFFCB
Complementary color
Monochromatic Colors of #BEFFCB
Black with #BEFFCB
Text Example
Text Example
White with #BEFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFFCB; }
p { color: rgb(190,255,203); }
H1.HeaderClassName
{
color: #BEFFCB;
}
.AnyTagClassName
{
color: #BEFFCB;
}
</style>
background-color css
<style>
a { background-color: #BEFFCB; }
a { background-color: rgb(190,255,203); }
div.DivClassName
{
background-color: #BEFFCB;
}
.BgClassName
{
background-color: #BEFFCB;
}
</style>
border-color css
<style>
span { border-color: #BEFFCB; }
span { border-color: rgb(190,255,203); }
td.TdClassName
{
border-color: #BEFFCB;
}
.TagClassName
{
border-color: #BEFFCB;
}
</style>