#BEEAC8

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

Shades of Granny Apple #BEEAC8

Tints of Granny Apple #BEEAC8

Color information

#BEEAC8 (or 0xBEEAC8) is unknown color: approx Granny Apple. HEX triplet: BE, EA and C8. RGB value is (190,234,200). Sum of RGB (Red+Green+Blue) = 190+234+200=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 200 (78.52% from 255 or 32.05% from 624); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEAC8 is #411537. Grayscale: #D9D9D9. Windows color (decimal): -4265272 or 13167294. OLE color: 13167294.

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

Color convert

RGB190234200-
CMYK0.1900.150.08
HSL133.64º51.16%83.14%-
HSV(B)133.64º18.8%91.76%-
XYZ61.0873.9665.7-
YUV216.97118.42108.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.45%
GREEN value IS 234 (91.80% from 255) = 37.5%
BLUE value IS 200 (78.52% from 255) = 32.05%
R=30.45%
G=37.5%
B=32.05%

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
Decimal1902342000.1900.150.08133.6451.1683.14
HexBEEAC8130F8863353
Octal276352310230171020663123
Binary10111110111010101100100010011011111000100001101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEAC8; }

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

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

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

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

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

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

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

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