Html Css Color HEX #BEF1E6 Water Leaf

📋 copy color: '#BEF1E6'

red 190 ◦ green 241 ◦ blue 230

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

Shades of Water Leaf #BEF1E6

Tints of Water Leaf #BEF1E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.8%

R = 28.74%
G = 36.46%
B = 34.8%

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

#BEF1E6 (or 0xBEF1E6) is known color: Water Leaf. HEX triplet: BE, F1 and E6. RGB value is (190,241,230). Sum of RGB (Red+Green+Blue) = 190+241+230=661 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.74% from 661); Green value is 241 (94.53% from 255 or 36.46% from 661); Blue value is 230 (90.23% from 255 or 34.80% from 661); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF1E6 is #410E19. Grayscale: #E0E0E0. Windows color (decimal): -4263450 or 15135166. OLE color: 15135166.

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

Color convert

RGB 190 241 230 -
CMYK 0.21 0 0.05 0.05
HSL 167.06º 0.65% 0.85% -
HSV(B) 167.06º 0.21% 0.95% -
XYZ 66.97 79.57 86.69 -
YUV 224.5 131.1 103.39 -
System Red Green Blue C M Y K H S L
Decimal 190 241 230 0.21 0 0.05 0.05 167.06 0.65 0.85
Hex BE F1 E6 15 0 5 5 A7 41 55
Octal 276 361 346 25 0 5 5 247 101 125
Binary 10111110 11110001 11100110 10101 0 101 101 10100111 1000001 1010101

Color Harmonies of #BEF1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF1E6

Black with #BEF1E6

Text Example


Text Example

White with #BEF1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF1E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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