#BEEEE0

Color #BEEEE0 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #BEEEE0

Tints of Water Leaf #BEEEE0

Color information

#BEEEE0 (or 0xBEEEE0) is unknown color: approx Water Leaf. HEX triplet: BE, EE and E0. RGB value is (190,238,224). Sum of RGB (Red+Green+Blue) = 190+238+224=652 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.14% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 224 (87.89% from 255 or 34.36% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEEE0 is #41111F. Grayscale: #DEDEDE. Windows color (decimal): -4264224 or 14741182. OLE color: 14741182.

HSL color Cylindrical-coordinate representation of color #BEEEE0: hue angle of 162.5º 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 #BEEEE0 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB190238224-
CMYK0.2000.060.07
HSL162.5º58.54%83.92%-
HSV(B)162.5º20.17%93.33%-
XYZ65.2677.4882.04-
YUV222.05129.1105.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.14%
GREEN value IS 238 (93.36% from 255) = 36.50%
BLUE value IS 224 (87.89% from 255) = 34.36%
R=29.14%
G=36.50%
B=34.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902382240.2000.060.07162.558.5483.92
HexBEEEE014067a23b54
Octal2763563402406724273124
Binary101111101110111011100000101000110111101000101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEEE0; }

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

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

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

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

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

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

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

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