#BEFECD

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

Shades of Granny Apple #BEFECD

Tints of Granny Apple #BEFECD

Color information

#BEFECD (or 0xBEFECD) is unknown color: approx Granny Apple. HEX triplet: BE, FE and CD. RGB value is (190,254,205). Sum of RGB (Red+Green+Blue) = 190+254+205=649 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.28% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFECD is #410132. Grayscale: #E5E5E5. Windows color (decimal): -4260147 or 13500094. OLE color: 13500094.

HSL color Cylindrical-coordinate representation of color #BEFECD: hue angle of 134.06º 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 #BEFECD is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB190254205-
CMYK0.2500.190.00
HSL134.06º96.97%87.06%-
HSV(B)134.06º25.2%99.61%-
XYZ67.786.2470.84-
YUV229.28114.399.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.28%
GREEN value IS 254 (99.61% from 255) = 39.14%
BLUE value IS 205 (80.47% from 255) = 31.59%
R=29.28%
G=39.14%
B=31.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902542050.2500.190.00134.0696.9787.06
HexBEFECD190130866157
Octal276376315310230206141127
Binary1011111011111110110011011100101001101000011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFECD; }

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

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

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

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

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

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

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

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