Html Css Color HEX #BEF0E0 Water Leaf

📋 copy color: '#BEF0E0'

red 190 ◦ green 240 ◦ blue 224

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

Shades of Water Leaf #BEF0E0

Tints of Water Leaf #BEF0E0

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.7%

 BLUE value IS 224 (87.89% from 255) = 34.25%

R = 29.05%
G = 36.7%
B = 34.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#BEF0E0 (or 0xBEF0E0) is known color: Water Leaf. HEX triplet: BE, F0 and E0. RGB value is (190,240,224). Sum of RGB (Red+Green+Blue) = 190+240+224=654 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.05% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 224 (87.89% from 255 or 34.25% from 654); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF0E0 is #410F1F. Grayscale: #DFDFDF. Windows color (decimal): -4263712 or 14741694. OLE color: 14741694.

HSL color Cylindrical-coordinate representation of color #BEF0E0: hue angle of 160.8º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF0E0 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 240 224 -
CMYK 0.21 0 0.07 0.06
HSL 160.8º 0.63% 0.84% -
HSV(B) 160.8º 0.21% 0.94% -
XYZ 65.85 78.65 82.23 -
YUV 223.23 128.44 104.3 -
System Red Green Blue C M Y K H S L
Decimal 190 240 224 0.21 0 0.07 0.06 160.8 0.63 0.84
Hex BE F0 E0 15 0 7 6 A1 3E 54
Octal 276 360 340 25 0 7 6 241 76 124
Binary 10111110 11110000 11100000 10101 0 111 110 10100001 111110 1010100

Color Harmonies of #BEF0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF0E0

Black with #BEF0E0

Text Example


Text Example

White with #BEF0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF0E0; }

 p { color: rgb(190,240,224); }

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

background-color css

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

 a { background-color: rgb(190,240,224); }

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

border-color css

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

 span { border-color: rgb(190,240,224); }

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