Html Css Color HEX #BEF2E5 Water Leaf

📋 copy color: '#BEF2E5'

red 190 ◦ green 242 ◦ blue 229

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

Shades of Water Leaf #BEF2E5

Tints of Water Leaf #BEF2E5

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.61%

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

R = 28.74%
G = 36.61%
B = 34.64%

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

#BEF2E5 (or 0xBEF2E5) is known color: Water Leaf. HEX triplet: BE, F2 and E5. RGB value is (190,242,229). Sum of RGB (Red+Green+Blue) = 190+242+229=661 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.74% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 229 (89.84% from 255 or 34.64% from 661); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2E5 is #410D1A. Grayscale: #E0E0E0. Windows color (decimal): -4263195 or 15069886. OLE color: 15069886.

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

Color convert

RGB 190 242 229 -
CMYK 0.21 0 0.05 0.05
HSL 165º 0.67% 0.85% -
HSV(B) 165º 0.21% 0.95% -
XYZ 67.13 80.11 86.05 -
YUV 224.97 130.27 103.06 -
System Red Green Blue C M Y K H S L
Decimal 190 242 229 0.21 0 0.05 0.05 165 0.67 0.85
Hex BE F2 E5 15 0 5 5 A5 43 55
Octal 276 362 345 25 0 5 5 245 103 125
Binary 10111110 11110010 11100101 10101 0 101 101 10100101 1000011 1010101

Color Harmonies of #BEF2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF2E5

Black with #BEF2E5

Text Example


Text Example

White with #BEF2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF2E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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