#BEEACA

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

Shades of Granny Apple #BEEACA

Tints of Granny Apple #BEEACA

Color information

#BEEACA (or 0xBEEACA) is unknown color: approx Granny Apple. HEX triplet: BE, EA and CA. RGB value is (190,234,202). Sum of RGB (Red+Green+Blue) = 190+234+202=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEACA is #411535. Grayscale: #D9D9D9. Windows color (decimal): -4265270 or 13298366. OLE color: 13298366.

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

Color convert

RGB190234202-
CMYK0.1900.140.08
HSL136.36º51.16%83.14%-
HSV(B)136.36º18.8%91.76%-
XYZ61.3274.0666.94-
YUV217.2119.42108.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.35%
GREEN value IS 234 (91.80% from 255) = 37.38%
BLUE value IS 202 (79.30% from 255) = 32.27%
R=30.35%
G=37.38%
B=32.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902342020.1900.140.08136.3651.1683.14
HexBEEACA130E8883353
Octal276352312230161021063123
Binary10111110111010101100101010011011101000100010001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEACA; }

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

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

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

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

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

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

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

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