#BEFED1

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

Shades of Granny Apple #BEFED1

Tints of Granny Apple #BEFED1

Color information

#BEFED1 (or 0xBEFED1) is unknown color: approx Granny Apple. HEX triplet: BE, FE and D1. RGB value is (190,254,209). Sum of RGB (Red+Green+Blue) = 190+254+209=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 209 (82.03% from 255 or 32.01% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFED1 is #41012E. Grayscale: #E5E5E5. Windows color (decimal): -4260143 or 13762238. OLE color: 13762238.

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

Color convert

RGB190254209-
CMYK0.2500.180.00
HSL137.81º96.97%87.06%-
HSV(B)137.81º25.2%99.61%-
XYZ68.1986.4373.41-
YUV229.73116.399.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.10%
GREEN value IS 254 (99.61% from 255) = 38.90%
BLUE value IS 209 (82.03% from 255) = 32.01%
R=29.10%
G=38.90%
B=32.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902542090.2500.180.00137.8196.9787.06
HexBEFED11901208a6157
Octal276376321310220212141127
Binary1011111011111110110100011100101001001000101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFED1; }

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

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

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

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

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

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

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

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