#BEEAC7

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

Shades of Granny Apple #BEEAC7

Tints of Granny Apple #BEEAC7

Color information

#BEEAC7 (or 0xBEEAC7) is unknown color: approx Granny Apple. HEX triplet: BE, EA and C7. RGB value is (190,234,199). Sum of RGB (Red+Green+Blue) = 190+234+199=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 199 (78.12% from 255 or 31.94% from 623); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEAC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEAC7 is #411538. Grayscale: #D8D8D8. Windows color (decimal): -4265273 or 13101758. OLE color: 13101758.

HSL color Cylindrical-coordinate representation of color #BEEAC7: hue angle of 132.27º 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 #BEEAC7 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB190234199-
CMYK0.1900.150.08
HSL132.27º51.16%83.14%-
HSV(B)132.27º18.8%91.76%-
XYZ60.9773.9265.09-
YUV216.85117.92108.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.50%
GREEN value IS 234 (91.80% from 255) = 37.56%
BLUE value IS 199 (78.12% from 255) = 31.94%
R=30.50%
G=37.56%
B=31.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902341990.1900.150.08132.2751.1683.14
HexBEEAC7130F8843353
Octal276352307230171020463123
Binary10111110111010101100011110011011111000100001001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEAC7; }

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

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

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

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

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

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

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

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