Html Css Color HEX #BAE5DC Water Leaf

📋 copy color: '#BAE5DC'

red 186 ◦ green 229 ◦ blue 220

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

Shades of Water Leaf #BAE5DC

Tints of Water Leaf #BAE5DC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.06%

 BLUE value IS 220 (86.33% from 255) = 34.65%

R = 29.29%
G = 36.06%
B = 34.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#BAE5DC (or 0xBAE5DC) is known color: Water Leaf. HEX triplet: BA, E5 and DC. RGB value is (186,229,220). Sum of RGB (Red+Green+Blue) = 186+229+220=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 229 (89.84% from 255 or 36.06% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5DC is #451A23. Grayscale: #D7D7D7. Windows color (decimal): -4528676 or 14476730. OLE color: 14476730.

HSL color Cylindrical-coordinate representation of color #BAE5DC: hue angle of 167.44º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE5DC is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 229 220 -
CMYK 0.19 0 0.04 0.10
HSL 167.44º 0.45% 0.81% -
HSV(B) 167.44º 0.19% 0.9% -
XYZ 61.19 71.65 78.31 -
YUV 215.12 130.75 107.23 -
System Red Green Blue C M Y K H S L
Decimal 186 229 220 0.19 0 0.04 0.10 167.44 0.45 0.81
Hex BA E5 DC 13 0 4 A A7 2D 51
Octal 272 345 334 23 0 4 12 247 55 121
Binary 10111010 11100101 11011100 10011 0 100 1010 10100111 101101 1010001

Color Harmonies of #BAE5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE5DC

Black with #BAE5DC

Text Example


Text Example

White with #BAE5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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