#BEEEE1

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

Shades of Water Leaf #BEEEE1

Tints of Water Leaf #BEEEE1

Color information

#BEEEE1 (or 0xBEEEE1) is unknown color: approx Water Leaf. HEX triplet: BE, EE and E1. RGB value is (190,238,225). Sum of RGB (Red+Green+Blue) = 190+238+225=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 225 (88.28% from 255 or 34.46% from 653); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEEE1 is #41111E. Grayscale: #DEDEDE. Windows color (decimal): -4264223 or 14806718. OLE color: 14806718.

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

Color convert

RGB190238225-
CMYK0.2000.050.07
HSL163.75º58.54%83.92%-
HSV(B)163.75º20.17%93.33%-
XYZ65.477.5382.75-
YUV222.17129.6105.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.10%
GREEN value IS 238 (93.36% from 255) = 36.45%
BLUE value IS 225 (88.28% from 255) = 34.46%
R=29.10%
G=36.45%
B=34.46%

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
Decimal1902382250.2000.050.07163.7558.5483.92
HexBEEEE114057a43b54
Octal2763563412405724473124
Binary101111101110111011100001101000101111101001001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEEE1; }

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

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

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

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

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

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

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

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