Html Css Color HEX #BEEAE2 Water Leaf

📋 copy color: '#BEEAE2'

red 190 ◦ green 234 ◦ blue 226

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

Shades of Water Leaf #BEEAE2

Tints of Water Leaf #BEEAE2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36%

 BLUE value IS 226 (88.67% from 255) = 34.77%

R = 29.23%
G = 36%
B = 34.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#BEEAE2 (or 0xBEEAE2) is known color: Water Leaf. HEX triplet: BE, EA and E2. RGB value is (190,234,226). Sum of RGB (Red+Green+Blue) = 190+234+226=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEAE2 is #41151D. Grayscale: #DBDBDB. Windows color (decimal): -4265246 or 14871230. OLE color: 14871230.

HSL color Cylindrical-coordinate representation of color #BEEAE2: hue angle of 169.09º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEAE2 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 234 226 -
CMYK 0.19 0 0.03 0.08
HSL 169.09º 0.51% 0.83% -
HSV(B) 169.09º 0.19% 0.92% -
XYZ 64.39 75.28 83.09 -
YUV 219.93 131.42 106.65 -
System Red Green Blue C M Y K H S L
Decimal 190 234 226 0.19 0 0.03 0.08 169.09 0.51 0.83
Hex BE EA E2 13 0 3 8 A9 33 53
Octal 276 352 342 23 0 3 10 251 63 123
Binary 10111110 11101010 11100010 10011 0 11 1000 10101001 110011 1010011

Color Harmonies of #BEEAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEAE2

Black with #BEEAE2

Text Example


Text Example

White with #BEEAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEAE2; }

 p { color: rgb(190,234,226); }

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

background-color css

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

 a { background-color: rgb(190,234,226); }

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

border-color css

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

 span { border-color: rgb(190,234,226); }

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