#BEFEC8

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

Shades of Granny Apple #BEFEC8

Tints of Granny Apple #BEFEC8

Color information

#BEFEC8 (or 0xBEFEC8) is unknown color: approx Granny Apple. HEX triplet: BE, FE and C8. RGB value is (190,254,200). Sum of RGB (Red+Green+Blue) = 190+254+200=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 200 (78.52% from 255 or 31.06% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFEC8 is #410137. Grayscale: #E4E4E4. Windows color (decimal): -4260152 or 13172414. OLE color: 13172414.

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

Color convert

RGB190254200-
CMYK0.2500.210.00
HSL129.38º96.97%87.06%-
HSV(B)129.38º25.2%99.61%-
XYZ67.18667.71-
YUV228.71111.8100.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.50%
GREEN value IS 254 (99.61% from 255) = 39.44%
BLUE value IS 200 (78.52% from 255) = 31.06%
R=29.50%
G=39.44%
B=31.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902542000.2500.210.00129.3896.9787.06
HexBEFEC8190150816157
Octal276376310310250201141127
Binary1011111011111110110010001100101010101000000111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFEC8; }

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

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

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

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

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

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

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

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