Html Css Color HEX #BAEEE5 Water Leaf

📋 copy color: '#BAEEE5'

red 186 ◦ green 238 ◦ blue 229

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

Shades of Water Leaf #BAEEE5

Tints of Water Leaf #BAEEE5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.45%

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

R = 28.48%
G = 36.45%
B = 35.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#BAEEE5 (or 0xBAEEE5) is known color: Water Leaf. HEX triplet: BA, EE and E5. RGB value is (186,238,229). Sum of RGB (Red+Green+Blue) = 186+238+229=653 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.48% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEE5 is #45111A. Grayscale: #DDDDDD. Windows color (decimal): -4526363 or 15068858. OLE color: 15068858.

HSL color Cylindrical-coordinate representation of color #BAEEE5: hue angle of 169.62º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEEE5 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 238 229 -
CMYK 0.22 0 0.04 0.07
HSL 169.62º 0.6% 0.83% -
HSV(B) 169.62º 0.22% 0.93% -
XYZ 64.97 77.25 85.61 -
YUV 221.43 132.27 102.73 -
System Red Green Blue C M Y K H S L
Decimal 186 238 229 0.22 0 0.04 0.07 169.62 0.6 0.83
Hex BA EE E5 16 0 4 7 AA 3C 53
Octal 272 356 345 26 0 4 7 252 74 123
Binary 10111010 11101110 11100101 10110 0 100 111 10101010 111100 1010011

Color Harmonies of #BAEEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEEE5

Black with #BAEEE5

Text Example


Text Example

White with #BAEEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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