Html Css Color HEX #BEF1E5 Water Leaf

📋 copy color: '#BEF1E5'

red 190 ◦ green 241 ◦ blue 229

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

Shades of Water Leaf #BEF1E5

Tints of Water Leaf #BEF1E5

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.52%

 BLUE value IS 229 (89.84% from 255) = 34.7%

R = 28.79%
G = 36.52%
B = 34.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#BEF1E5 (or 0xBEF1E5) is known color: Water Leaf. HEX triplet: BE, F1 and E5. RGB value is (190,241,229). Sum of RGB (Red+Green+Blue) = 190+241+229=660 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.79% from 660); Green value is 241 (94.53% from 255 or 36.52% from 660); Blue value is 229 (89.84% from 255 or 34.70% from 660); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF1E5 is #410E1A. Grayscale: #E0E0E0. Windows color (decimal): -4263451 or 15069630. OLE color: 15069630.

HSL color Cylindrical-coordinate representation of color #BEF1E5: hue angle of 165.88º degrees, saturation: 0.65, 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 #BEF1E5 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 241 229 -
CMYK 0.21 0 0.05 0.05
HSL 165.88º 0.65% 0.85% -
HSV(B) 165.88º 0.21% 0.95% -
XYZ 66.83 79.51 85.95 -
YUV 224.38 130.6 103.48 -
System Red Green Blue C M Y K H S L
Decimal 190 241 229 0.21 0 0.05 0.05 165.88 0.65 0.85
Hex BE F1 E5 15 0 5 5 A6 41 55
Octal 276 361 345 25 0 5 5 246 101 125
Binary 10111110 11110001 11100101 10101 0 101 101 10100110 1000001 1010101

Color Harmonies of #BEF1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF1E5

Black with #BEF1E5

Text Example


Text Example

White with #BEF1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF1E5; }

 p { color: rgb(190,241,229); }

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

background-color css

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

 a { background-color: rgb(190,241,229); }

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

border-color css

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

 span { border-color: rgb(190,241,229); }

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