#BEF3E2

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

Shades of Water Leaf #BEF3E2

Tints of Water Leaf #BEF3E2

Color information

#BEF3E2 (or 0xBEF3E2) is unknown color: approx Water Leaf. HEX triplet: BE, F3 and E2. RGB value is (190,243,226). Sum of RGB (Red+Green+Blue) = 190+243+226=659 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.83% from 659); Green value is 243 (95.31% from 255 or 36.87% from 659); Blue value is 226 (88.67% from 255 or 34.29% from 659); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF3E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF3E2 is #410C1D. Grayscale: #E1E1E1. Windows color (decimal): -4262942 or 14873534. OLE color: 14873534.

HSL color Cylindrical-coordinate representation of color #BEF3E2: hue angle of 160.75º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEF3E2 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB190243226-
CMYK0.2200.070.05
HSL160.75º68.83%84.9%-
HSV(B)160.75º21.81%95.29%-
XYZ67.0180.5483.97-
YUV225.22128.44102.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.83%
GREEN value IS 243 (95.31% from 255) = 36.87%
BLUE value IS 226 (88.67% from 255) = 34.29%
R=28.83%
G=36.87%
B=34.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902432260.2200.070.05160.7568.8384.9
HexBEF3E216075a14555
Octal27636334226075241105125
Binary1011111011110011111000101011001111011010000110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF3E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF3E2; }

 p { color: rgb(190,243,226); }

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

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

 a { background-color: rgb(190,243,226); }

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

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

 span { border-color: rgb(190,243,226); }

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