#BEF4CE

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

Shades of Granny Apple #BEF4CE

Tints of Granny Apple #BEF4CE

Color information

#BEF4CE (or 0xBEF4CE) is unknown color: approx Granny Apple. HEX triplet: BE, F4 and CE. RGB value is (190,244,206). Sum of RGB (Red+Green+Blue) = 190+244+206=640 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.69% from 640); Green value is 244 (95.70% from 255 or 38.12% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF4CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF4CE is #410B31. Grayscale: #DFDFDF. Windows color (decimal): -4262706 or 13563070. OLE color: 13563070.

HSL color Cylindrical-coordinate representation of color #BEF4CE: hue angle of 137.78º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEF4CE is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB190244206-
CMYK0.2200.160.04
HSL137.78º71.05%85.1%-
HSV(B)137.78º22.13%95.69%-
XYZ64.7380.170.44-
YUV223.52118.11104.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.69%
GREEN value IS 244 (95.70% from 255) = 38.12%
BLUE value IS 206 (80.86% from 255) = 32.19%
R=29.69%
G=38.12%
B=32.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902442060.2200.160.04137.7871.0585.1
HexBEF4CE1601048a4755
Octal276364316260204212107125
Binary101111101111010011001110101100100001001000101010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF4CE; }

 p { color: rgb(190,244,206); }

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

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

 a { background-color: rgb(190,244,206); }

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

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

 span { border-color: rgb(190,244,206); }

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