Html Css Color HEX #BEF2E6 Water Leaf

📋 copy color: '#BEF2E6'

red 190 ◦ green 242 ◦ blue 230

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

Shades of Water Leaf #BEF2E6

Tints of Water Leaf #BEF2E6

RGB

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

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

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

R = 28.7%
G = 36.56%
B = 34.74%

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

#BEF2E6 (or 0xBEF2E6) is known color: Water Leaf. HEX triplet: BE, F2 and E6. RGB value is (190,242,230). Sum of RGB (Red+Green+Blue) = 190+242+230=662 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.70% from 662); Green value is 242 (94.92% from 255 or 36.56% from 662); Blue value is 230 (90.23% from 255 or 34.74% from 662); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF2E6 is #410D19. Grayscale: #E1E1E1. Windows color (decimal): -4263194 or 15135422. OLE color: 15135422.

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

Color convert

RGB 190 242 230 -
CMYK 0.21 0 0.05 0.05
HSL 166.15º 0.67% 0.85% -
HSV(B) 166.15º 0.21% 0.95% -
XYZ 67.27 80.16 86.79 -
YUV 225.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 190 242 230 0.21 0 0.05 0.05 166.15 0.67 0.85
Hex BE F2 E6 15 0 5 5 A6 43 55
Octal 276 362 346 25 0 5 5 246 103 125
Binary 10111110 11110010 11100110 10101 0 101 101 10100110 1000011 1010101

Color Harmonies of #BEF2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF2E6

Black with #BEF2E6

Text Example


Text Example

White with #BEF2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF2E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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