#BEEEE2

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

Shades of Water Leaf #BEEEE2

Tints of Water Leaf #BEEEE2

Color information

#BEEEE2 (or 0xBEEEE2) is unknown color: approx Water Leaf. HEX triplet: BE, EE and E2. RGB value is (190,238,226). Sum of RGB (Red+Green+Blue) = 190+238+226=654 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.05% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 226 (88.67% from 255 or 34.56% from 654); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEEE2 is #41111D. Grayscale: #DEDEDE. Windows color (decimal): -4264222 or 14872254. OLE color: 14872254.

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

Color convert

RGB190238226-
CMYK0.2000.050.07
HSL165º58.54%83.92%-
HSV(B)165º20.17%93.33%-
XYZ65.5477.5983.47-
YUV222.28130.1104.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.05%
GREEN value IS 238 (93.36% from 255) = 36.39%
BLUE value IS 226 (88.67% from 255) = 34.56%
R=29.05%
G=36.39%
B=34.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902382260.2000.050.0716558.5483.92
HexBEEEE214057a53b54
Octal2763563422405724573124
Binary101111101110111011100010101000101111101001011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEEE2; }

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

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

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

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

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

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

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

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