#BEEDE4

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

Shades of Water Leaf #BEEDE4

Tints of Water Leaf #BEEDE4

Color information

#BEEDE4 (or 0xBEEDE4) is unknown color: approx Water Leaf. HEX triplet: BE, ED and E4. RGB value is (190,237,228). Sum of RGB (Red+Green+Blue) = 190+237+228=655 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.01% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 228 (89.45% from 255 or 34.81% from 655); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDE4 is #41121B. Grayscale: #DDDDDD. Windows color (decimal): -4264476 or 15003070. OLE color: 15003070.

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

Color convert

RGB190237228-
CMYK0.2000.040.07
HSL168.51º56.63%83.73%-
HSV(B)168.51º19.83%92.94%-
XYZ65.5277.1284.83-
YUV221.92131.43105.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.01%
GREEN value IS 237 (92.97% from 255) = 36.18%
BLUE value IS 228 (89.45% from 255) = 34.81%
R=29.01%
G=36.18%
B=34.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902372280.2000.040.07168.5156.6383.73
HexBEEDE414047a93954
Octal2763553442404725171124
Binary101111101110110111100100101000100111101010011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEDE4; }

 p { color: rgb(190,237,228); }

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

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

 a { background-color: rgb(190,237,228); }

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

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

 span { border-color: rgb(190,237,228); }

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