#BEE9DC

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

Shades of Water Leaf #BEE9DC

Tints of Water Leaf #BEE9DC

Color information

#BEE9DC (or 0xBEE9DC) is unknown color: approx Water Leaf. HEX triplet: BE, E9 and DC. RGB value is (190,233,220). Sum of RGB (Red+Green+Blue) = 190+233+220=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 233 (91.41% from 255 or 36.24% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE9DC is #411623. Grayscale: #DADADA. Windows color (decimal): -4265508 or 14477758. OLE color: 14477758.

HSL color Cylindrical-coordinate representation of color #BEE9DC: hue angle of 161.86º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEE9DC is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB190233220-
CMYK0.1800.060.09
HSL161.86º49.43%82.94%-
HSV(B)161.86º18.45%91.37%-
XYZ63.2974.3978.73-
YUV218.66128.75107.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.55%
GREEN value IS 233 (91.41% from 255) = 36.24%
BLUE value IS 220 (86.33% from 255) = 34.21%
R=29.55%
G=36.24%
B=34.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902332200.1800.060.09161.8649.4382.94
HexBEE9DC12069a23153
Octal27635133422061124261123
Binary1011111011101001110111001001001101001101000101100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE9DC; }

 p { color: rgb(190,233,220); }

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

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

 a { background-color: rgb(190,233,220); }

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

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

 span { border-color: rgb(190,233,220); }

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