#BEFECA

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

Shades of Granny Apple #BEFECA

Tints of Granny Apple #BEFECA

Color information

#BEFECA (or 0xBEFECA) is unknown color: approx Granny Apple. HEX triplet: BE, FE and CA. RGB value is (190,254,202). Sum of RGB (Red+Green+Blue) = 190+254+202=646 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.41% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFECA is #410135. Grayscale: #E5E5E5. Windows color (decimal): -4260150 or 13303486. OLE color: 13303486.

HSL color Cylindrical-coordinate representation of color #BEFECA: hue angle of 131.25º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFECA is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB190254202-
CMYK0.2500.200.00
HSL131.25º96.97%87.06%-
HSV(B)131.25º25.2%99.61%-
XYZ67.3486.168.95-
YUV228.94112.8100.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.41%
GREEN value IS 254 (99.61% from 255) = 39.32%
BLUE value IS 202 (79.30% from 255) = 31.27%
R=29.41%
G=39.32%
B=31.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902542020.2500.200.00131.2596.9787.06
HexBEFECA190140836157
Octal276376312310240203141127
Binary1011111011111110110010101100101010001000001111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFECA; }

 p { color: rgb(190,254,202); }

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

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

 a { background-color: rgb(190,254,202); }

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

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

 span { border-color: rgb(190,254,202); }

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