Html Css Color HEX #BEF4EC Water Leaf

📋 copy color: '#BEF4EC'

red 190 ◦ green 244 ◦ blue 236

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

Shades of Water Leaf #BEF4EC

Tints of Water Leaf #BEF4EC

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.42%

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

R = 28.36%
G = 36.42%
B = 35.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#BEF4EC (or 0xBEF4EC) is known color: Water Leaf. HEX triplet: BE, F4 and EC. RGB value is (190,244,236). Sum of RGB (Red+Green+Blue) = 190+244+236=670 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.36% from 670); Green value is 244 (95.70% from 255 or 36.42% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF4EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF4EC is #410B13. Grayscale: #E2E2E2. Windows color (decimal): -4262676 or 15529150. OLE color: 15529150.

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

Color convert

RGB 190 244 236 -
CMYK 0.22 0 0.03 0.04
HSL 171.11º 0.71% 0.85% -
HSV(B) 171.11º 0.22% 0.96% -
XYZ 68.73 81.7 91.51 -
YUV 226.94 133.11 101.65 -
System Red Green Blue C M Y K H S L
Decimal 190 244 236 0.22 0 0.03 0.04 171.11 0.71 0.85
Hex BE F4 EC 16 0 3 4 AB 47 55
Octal 276 364 354 26 0 3 4 253 107 125
Binary 10111110 11110100 11101100 10110 0 11 100 10101011 1000111 1010101

Color Harmonies of #BEF4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF4EC

Black with #BEF4EC

Text Example


Text Example

White with #BEF4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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