Html Css Color HEX #BAEAE5 Water Leaf

📋 copy color: '#BAEAE5'

red 186 ◦ green 234 ◦ blue 229

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

Shades of Water Leaf #BAEAE5

Tints of Water Leaf #BAEAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.29%

R = 28.66%
G = 36.06%
B = 35.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#BAEAE5 (or 0xBAEAE5) is known color: Water Leaf. HEX triplet: BA, EA and E5. RGB value is (186,234,229). Sum of RGB (Red+Green+Blue) = 186+234+229=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAE5 is #45151A. Grayscale: #DBDBDB. Windows color (decimal): -4527387 or 15067834. OLE color: 15067834.

HSL color Cylindrical-coordinate representation of color #BAEAE5: hue angle of 173.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEAE5 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 229 -
CMYK 0.21 0 0.02 0.08
HSL 173.75º 0.53% 0.82% -
HSV(B) 173.75º 0.21% 0.92% -
XYZ 63.82 74.94 85.23 -
YUV 219.08 133.6 104.41 -
System Red Green Blue C M Y K H S L
Decimal 186 234 229 0.21 0 0.02 0.08 173.75 0.53 0.82
Hex BA EA E5 15 0 2 8 AE 35 52
Octal 272 352 345 25 0 2 10 256 65 122
Binary 10111010 11101010 11100101 10101 0 10 1000 10101110 110101 1010010

Color Harmonies of #BAEAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEAE5

Black with #BAEAE5

Text Example


Text Example

White with #BAEAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEAE5; }

 p { color: rgb(186,234,229); }

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

background-color css

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

 a { background-color: rgb(186,234,229); }

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

border-color css

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

 span { border-color: rgb(186,234,229); }

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