#BEF3EB

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

Shades of Water Leaf #BEF3EB

Tints of Water Leaf #BEF3EB

Color information

#BEF3EB (or 0xBEF3EB) is unknown color: approx Water Leaf. HEX triplet: BE, F3 and EB. RGB value is (190,243,235). Sum of RGB (Red+Green+Blue) = 190+243+235=668 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.44% from 668); Green value is 243 (95.31% from 255 or 36.38% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF3EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF3EB is #410C14. Grayscale: #E2E2E2. Windows color (decimal): -4262933 or 15463358. OLE color: 15463358.

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

Color convert

RGB190243235-
CMYK0.2200.030.05
HSL170.94º68.83%84.9%-
HSV(B)170.94º21.81%95.29%-
XYZ68.2881.0590.64-
YUV226.24132.94102.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.44%
GREEN value IS 243 (95.31% from 255) = 36.38%
BLUE value IS 235 (92.19% from 255) = 35.18%
R=28.44%
G=36.38%
B=35.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902432350.2200.030.05170.9468.8384.9
HexBEF3EB16035ab4555
Octal27636335326035253105125
Binary101111101111001111101011101100111011010101110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF3EB; }

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

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

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

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

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

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

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

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