#BEFED0

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

Shades of Granny Apple #BEFED0

Tints of Granny Apple #BEFED0

Color information

#BEFED0 (or 0xBEFED0) is unknown color: approx Granny Apple. HEX triplet: BE, FE and D0. RGB value is (190,254,208). Sum of RGB (Red+Green+Blue) = 190+254+208=652 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.14% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 208 (81.64% from 255 or 31.90% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFED0 is #41012F. Grayscale: #E5E5E5. Windows color (decimal): -4260144 or 13696702. OLE color: 13696702.

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

Color convert

RGB190254208-
CMYK0.2500.180.00
HSL136.88º96.97%87.06%-
HSV(B)136.88º25.2%99.61%-
XYZ68.0686.3872.76-
YUV229.62115.899.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.14%
GREEN value IS 254 (99.61% from 255) = 38.96%
BLUE value IS 208 (81.64% from 255) = 31.90%
R=29.14%
G=38.96%
B=31.90%

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
Decimal1902542080.2500.180.00136.8896.9787.06
HexBEFED0190120896157
Octal276376320310220211141127
Binary1011111011111110110100001100101001001000100111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFED0; }

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

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

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

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

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

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

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

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