#BEEAC4

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

Shades of Granny Apple #BEEAC4

Tints of Granny Apple #BEEAC4

Color information

#BEEAC4 (or 0xBEEAC4) is unknown color: approx Granny Apple. HEX triplet: BE, EA and C4. RGB value is (190,234,196). Sum of RGB (Red+Green+Blue) = 190+234+196=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEAC4 is #41153B. Grayscale: #D8D8D8. Windows color (decimal): -4265276 or 12905150. OLE color: 12905150.

HSL color Cylindrical-coordinate representation of color #BEEAC4: hue angle of 128.18º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEAC4 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB190234196-
CMYK0.1900.160.08
HSL128.18º51.16%83.14%-
HSV(B)128.18º18.8%91.76%-
XYZ60.6273.7863.27-
YUV216.51116.42109.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.65%
GREEN value IS 234 (91.80% from 255) = 37.74%
BLUE value IS 196 (76.95% from 255) = 31.61%
R=30.65%
G=37.74%
B=31.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902341960.1900.160.08128.1851.1683.14
HexBEEAC4130108803353
Octal276352304230201020063123
Binary101111101110101011000100100110100001000100000001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEAC4; }

 p { color: rgb(190,234,196); }

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

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

 a { background-color: rgb(190,234,196); }

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

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

 span { border-color: rgb(190,234,196); }

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