#bef2e8

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

Shades of Water Leaf #BEF2E8

Tints of Water Leaf #BEF2E8

Color information

#BEF2E8 (or 0xBEF2E8) is unknown color: approx Water Leaf. HEX triplet: BE, F2 and E8. RGB value is (190,242,232). Sum of RGB (Red+Green+Blue) = 190+242+232=664 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.61% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 232 (91.02% from 255 or 34.94% from 664); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF2E8 is #410D17. Grayscale: #E1E1E1. Windows color (decimal): -4263192 or 15266494. OLE color: 15266494.

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

Color convert

RGB190242232-
CMYK0.2100.040.05
HSL168.46º66.67%84.71%-
HSV(B)168.46º21.49%94.9%-
XYZ67.5580.2888.28-
YUV225.31131.77102.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.61%
GREEN value IS 242 (94.92% from 255) = 36.45%
BLUE value IS 232 (91.02% from 255) = 34.94%
R=28.61%
G=36.45%
B=34.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902422320.2100.040.05168.4666.6784.71
HexBEF2E815045a84355
Octal27636235025045250103125
Binary1011111011110010111010001010101001011010100010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bef2e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bef2e8; }

 p { color: rgb(190,242,232); }

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

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

 a { background-color: rgb(190,242,232); }

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

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

 span { border-color: rgb(190,242,232); }

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