#BEEBDE

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

Shades of Water Leaf #BEEBDE

Tints of Water Leaf #BEEBDE

Color information

#BEEBDE (or 0xBEEBDE) is unknown color: approx Water Leaf. HEX triplet: BE, EB and DE. RGB value is (190,235,222). Sum of RGB (Red+Green+Blue) = 190+235+222=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEBDE is #411421. Grayscale: #DCDCDC. Windows color (decimal): -4264994 or 14609342. OLE color: 14609342.

HSL color Cylindrical-coordinate representation of color #BEEBDE: hue angle of 162.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 #BEEBDE is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB190235222-
CMYK0.1900.060.08
HSL162.67º52.94%83.33%-
HSV(B)162.67º19.15%92.16%-
XYZ64.1375.6480.33-
YUV220.06129.09106.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.37%
GREEN value IS 235 (92.19% from 255) = 36.32%
BLUE value IS 222 (87.11% from 255) = 34.31%
R=29.37%
G=36.32%
B=34.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902352220.1900.060.08162.6752.9483.33
HexBEEBDE13068a33553
Octal27635333623061024365123
Binary1011111011101011110111101001101101000101000111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEBDE; }

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

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

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

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

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

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

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

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