Html Css Color HEX #BEF6EC Water Leaf

📋 copy color: '#BEF6EC'

red 190 ◦ green 246 ◦ blue 236

#BEF6EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #BEF6EC

Tints of Water Leaf #BEF6EC

RGB

 RED value IS 190 (74.61% from 255) = 28.27%

 GREEN value IS 246 (96.48% from 255) = 36.61%

 BLUE value IS 236 (92.58% from 255) = 35.12%

R = 28.27%
G = 36.61%
B = 35.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#BEF6EC (or 0xBEF6EC) is known color: Water Leaf. HEX triplet: BE, F6 and EC. RGB value is (190,246,236). Sum of RGB (Red+Green+Blue) = 190+246+236=672 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.27% from 672); Green value is 246 (96.48% from 255 or 36.61% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF6EC is #410913. Grayscale: #E4E4E4. Windows color (decimal): -4262164 or 15529662. OLE color: 15529662.

HSL color Cylindrical-coordinate representation of color #BEF6EC: hue angle of 169.29º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF6EC is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 246 236 -
CMYK 0.23 0 0.04 0.04
HSL 169.29º 0.76% 0.85% -
HSV(B) 169.29º 0.23% 0.96% -
XYZ 69.33 82.91 91.71 -
YUV 228.12 132.45 100.81 -
System Red Green Blue C M Y K H S L
Decimal 190 246 236 0.23 0 0.04 0.04 169.29 0.76 0.85
Hex BE F6 EC 17 0 4 4 A9 4C 55
Octal 276 366 354 27 0 4 4 251 114 125
Binary 10111110 11110110 11101100 10111 0 100 100 10101001 1001100 1010101

Color Harmonies of #BEF6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF6EC

Black with #BEF6EC

Text Example


Text Example

White with #BEF6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF6EC; }

 p { color: rgb(190,246,236); }

 H1.HeaderClassName
 {
   color: #BEF6EC;
 }
 .AnyTagClassName
 {
   color: #BEF6EC;
 }
</style>

background-color css

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

 a { background-color: rgb(190,246,236); }

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

border-color css

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

 span { border-color: rgb(190,246,236); }

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