#BEEECA

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

Shades of Granny Apple #BEEECA

Tints of Granny Apple #BEEECA

Color information

#BEEECA (or 0xBEEECA) is unknown color: approx Granny Apple. HEX triplet: BE, EE and CA. RGB value is (190,238,202). Sum of RGB (Red+Green+Blue) = 190+238+202=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEECA is #411135. Grayscale: #DBDBDB. Windows color (decimal): -4264246 or 13299390. OLE color: 13299390.

HSL color Cylindrical-coordinate representation of color #BEEECA: hue angle of 135º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEEECA is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB190238202-
CMYK0.2000.150.07
HSL135º58.54%83.92%-
HSV(B)135º20.17%93.33%-
XYZ62.4776.3667.32-
YUV219.54118.1106.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.16%
GREEN value IS 238 (93.36% from 255) = 37.78%
BLUE value IS 202 (79.30% from 255) = 32.06%
R=30.16%
G=37.78%
B=32.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902382020.2000.150.0713558.5483.92
HexBEEECA140F7873b54
Octal27635631224017720773124
Binary1011111011101110110010101010001111111100001111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEECA; }

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

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

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

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

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

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

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

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