Html Css Color HEX #BAE8E2 Water Leaf

📋 copy color: '#BAE8E2'

red 186 ◦ green 232 ◦ blue 226

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

Shades of Water Leaf #BAE8E2

Tints of Water Leaf #BAE8E2

RGB

 RED value IS 186 (73.05% from 255) = 28.88%

 GREEN value IS 232 (91.02% from 255) = 36.02%

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

R = 28.88%
G = 36.02%
B = 35.09%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#BAE8E2 (or 0xBAE8E2) is known color: Water Leaf. HEX triplet: BA, E8 and E2. RGB value is (186,232,226). Sum of RGB (Red+Green+Blue) = 186+232+226=644 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.88% from 644); Green value is 232 (91.02% from 255 or 36.02% from 644); Blue value is 226 (88.67% from 255 or 35.09% from 644); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8E2 is #45171D. Grayscale: #D9D9D9. Windows color (decimal): -4527902 or 14870714. OLE color: 14870714.

HSL color Cylindrical-coordinate representation of color #BAE8E2: hue angle of 172.17º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAE8E2 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 232 226 -
CMYK 0.20 0 0.03 0.09
HSL 172.17º 0.5% 0.82% -
HSV(B) 172.17º 0.2% 0.91% -
XYZ 62.83 73.64 82.85 -
YUV 217.56 132.76 105.49 -
System Red Green Blue C M Y K H S L
Decimal 186 232 226 0.20 0 0.03 0.09 172.17 0.5 0.82
Hex BA E8 E2 14 0 3 9 AC 32 52
Octal 272 350 342 24 0 3 11 254 62 122
Binary 10111010 11101000 11100010 10100 0 11 1001 10101100 110010 1010010

Color Harmonies of #BAE8E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE8E2

Black with #BAE8E2

Text Example


Text Example

White with #BAE8E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE8E2; }

 p { color: rgb(186,232,226); }

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

background-color css

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

 a { background-color: rgb(186,232,226); }

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

border-color css

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

 span { border-color: rgb(186,232,226); }

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