Html Css Color HEX #BAE5DB Water Leaf

📋 copy color: '#BAE5DB'

red 186 ◦ green 229 ◦ blue 219

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

Shades of Water Leaf #BAE5DB

Tints of Water Leaf #BAE5DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.54%

R = 29.34%
G = 36.12%
B = 34.54%

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

#BAE5DB (or 0xBAE5DB) is known color: Water Leaf. HEX triplet: BA, E5 and DB. RGB value is (186,229,219). Sum of RGB (Red+Green+Blue) = 186+229+219=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 229 (89.84% from 255 or 36.12% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5DB is #451A24. Grayscale: #D6D6D6. Windows color (decimal): -4528677 or 14411194. OLE color: 14411194.

HSL color Cylindrical-coordinate representation of color #BAE5DB: hue angle of 166.05º 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 #BAE5DB is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 229 219 -
CMYK 0.19 0 0.04 0.10
HSL 166.05º 0.45% 0.81% -
HSV(B) 166.05º 0.19% 0.9% -
XYZ 61.06 71.59 77.62 -
YUV 215 130.25 107.31 -
System Red Green Blue C M Y K H S L
Decimal 186 229 219 0.19 0 0.04 0.10 166.05 0.45 0.81
Hex BA E5 DB 13 0 4 A A6 2D 51
Octal 272 345 333 23 0 4 12 246 55 121
Binary 10111010 11100101 11011011 10011 0 100 1010 10100110 101101 1010001

Color Harmonies of #BAE5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE5DB

Black with #BAE5DB

Text Example


Text Example

White with #BAE5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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