#BEFACE

Color #BEFACE Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #BEFACE

Tints of Granny Apple #BEFACE

Color information

#BEFACE (or 0xBEFACE) is unknown color: approx Granny Apple. HEX triplet: BE, FA and CE. RGB value is (190,250,206). Sum of RGB (Red+Green+Blue) = 190+250+206=646 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.41% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFACE is #410531. Grayscale: #E3E3E3. Windows color (decimal): -4261170 or 13564606. OLE color: 13564606.

HSL color Cylindrical-coordinate representation of color #BEFACE: hue angle of 136º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEFACE is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB190250206-
CMYK0.2400.180.02
HSL136º85.71%86.27%-
HSV(B)136º24%98.04%-
XYZ66.5683.7771.05-
YUV227.04116.12101.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 29.41%
GREEN value IS 250 (98.05% from 255) = 38.70%
BLUE value IS 206 (80.86% from 255) = 31.89%
R=29.41%
G=38.70%
B=31.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902502060.2400.180.0213685.7186.27
HexBEFACE180122885656
Octal276372316300222210126126
Binary10111110111110101100111011000010010101000100010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFACE; }

 p { color: rgb(190,250,206); }

 H1.HeaderClassName
 {
   color: #BEFACE;
 }
 .AnyTagClassName
 {
   color: #BEFACE;
 }
</style>
background-color css

<style>
 a { background-color: #BEFACE; }

 a { background-color: rgb(190,250,206); }

 div.DivClassName
 {
   background-color: #BEFACE;
 }
 .BgClassName
 {
   background-color: #BEFACE;
 }
</style>
border-color css

<style>
 span { border-color: #BEFACE; }

 span { border-color: rgb(190,250,206); }

 td.TdClassName
 {
   border-color: #BEFACE;
 }
 .TagClassName
 {
   border-color: #BEFACE;
 }
</style>