Html Css Color HEX #BAE9DC Water Leaf

📋 copy color: '#BAE9DC'

red 186 ◦ green 233 ◦ blue 220

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

Shades of Water Leaf #BAE9DC

Tints of Water Leaf #BAE9DC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.46%

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

R = 29.11%
G = 36.46%
B = 34.43%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#BAE9DC (or 0xBAE9DC) is known color: Water Leaf. HEX triplet: BA, E9 and DC. RGB value is (186,233,220). Sum of RGB (Red+Green+Blue) = 186+233+220=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 233 (91.41% from 255 or 36.46% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9DC is #451623. Grayscale: #D9D9D9. Windows color (decimal): -4527652 or 14477754. OLE color: 14477754.

HSL color Cylindrical-coordinate representation of color #BAE9DC: hue angle of 163.4º degrees, saturation: 0.52, 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 #BAE9DC is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 233 220 -
CMYK 0.20 0 0.06 0.09
HSL 163.4º 0.52% 0.82% -
HSV(B) 163.4º 0.2% 0.91% -
XYZ 62.31 73.88 78.69 -
YUV 217.47 129.43 105.56 -
System Red Green Blue C M Y K H S L
Decimal 186 233 220 0.20 0 0.06 0.09 163.4 0.52 0.82
Hex BA E9 DC 14 0 6 9 A3 34 52
Octal 272 351 334 24 0 6 11 243 64 122
Binary 10111010 11101001 11011100 10100 0 110 1001 10100011 110100 1010010

Color Harmonies of #BAE9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE9DC

Black with #BAE9DC

Text Example


Text Example

White with #BAE9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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