#BEEBE3

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

Shades of Water Leaf #BEEBE3

Tints of Water Leaf #BEEBE3

Color information

#BEEBE3 (or 0xBEEBE3) is unknown color: approx Water Leaf. HEX triplet: BE, EB and E3. RGB value is (190,235,227). Sum of RGB (Red+Green+Blue) = 190+235+227=652 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.14% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 227 (89.06% from 255 or 34.82% from 652); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEBE3 is #41141C. Grayscale: #DCDCDC. Windows color (decimal): -4264989 or 14937022. OLE color: 14937022.

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

Color convert

RGB190235227-
CMYK0.1900.030.08
HSL169.33º52.94%83.33%-
HSV(B)169.33º19.15%92.16%-
XYZ64.8175.9183.91-
YUV220.63131.59106.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.14%
GREEN value IS 235 (92.19% from 255) = 36.04%
BLUE value IS 227 (89.06% from 255) = 34.82%
R=29.14%
G=36.04%
B=34.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902352270.1900.030.08169.3352.9483.33
HexBEEBE313038a93553
Octal27635334323031025165123
Binary101111101110101111100011100110111000101010011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEBE3; }

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

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

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

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

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

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

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

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