Html Css Color HEX #BEF1E7 Water Leaf

📋 copy color: '#BEF1E7'

red 190 ◦ green 241 ◦ blue 231

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

Shades of Water Leaf #BEF1E7

Tints of Water Leaf #BEF1E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.89%

R = 28.7%
G = 36.4%
B = 34.89%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#BEF1E7 (or 0xBEF1E7) is known color: Water Leaf. HEX triplet: BE, F1 and E7. RGB value is (190,241,231). Sum of RGB (Red+Green+Blue) = 190+241+231=662 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.70% from 662); Green value is 241 (94.53% from 255 or 36.40% from 662); Blue value is 231 (90.62% from 255 or 34.89% from 662); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF1E7 is #410E18. Grayscale: #E0E0E0. Windows color (decimal): -4263449 or 15200702. OLE color: 15200702.

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

Color convert

RGB 190 241 231 -
CMYK 0.21 0 0.04 0.05
HSL 168.24º 0.65% 0.85% -
HSV(B) 168.24º 0.21% 0.95% -
XYZ 67.11 79.63 87.43 -
YUV 224.61 131.6 103.31 -
System Red Green Blue C M Y K H S L
Decimal 190 241 231 0.21 0 0.04 0.05 168.24 0.65 0.85
Hex BE F1 E7 15 0 4 5 A8 41 55
Octal 276 361 347 25 0 4 5 250 101 125
Binary 10111110 11110001 11100111 10101 0 100 101 10101000 1000001 1010101

Color Harmonies of #BEF1E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF1E7

Black with #BEF1E7

Text Example


Text Example

White with #BEF1E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF1E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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