#BEEBE1

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

Shades of Water Leaf #BEEBE1

Tints of Water Leaf #BEEBE1

Color information

#BEEBE1 (or 0xBEEBE1) is unknown color: approx Water Leaf. HEX triplet: BE, EB and E1. RGB value is (190,235,225). Sum of RGB (Red+Green+Blue) = 190+235+225=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEBE1 is #41141E. Grayscale: #DCDCDC. Windows color (decimal): -4264991 or 14805950. OLE color: 14805950.

HSL color Cylindrical-coordinate representation of color #BEEBE1: hue angle of 166.67º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEBE1 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB190235225-
CMYK0.1900.040.08
HSL166.67º52.94%83.33%-
HSV(B)166.67º19.15%92.16%-
XYZ64.5375.882.46-
YUV220.4130.59106.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.23%
GREEN value IS 235 (92.19% from 255) = 36.15%
BLUE value IS 225 (88.28% from 255) = 34.62%
R=29.23%
G=36.15%
B=34.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902352250.1900.040.08166.6752.9483.33
HexBEEBE113048a73553
Octal27635334123041024765123
Binary1011111011101011111000011001101001000101001111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEBE1; }

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

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

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

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

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

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

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

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