Html Css Color HEX #BAE9DB Water Leaf

📋 copy color: '#BAE9DB'

red 186 ◦ green 233 ◦ blue 219

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

Shades of Water Leaf #BAE9DB

Tints of Water Leaf #BAE9DB

RGB

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

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

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

R = 29.15%
G = 36.52%
B = 34.33%

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

#BAE9DB (or 0xBAE9DB) is known color: Water Leaf. HEX triplet: BA, E9 and DB. RGB value is (186,233,219). Sum of RGB (Red+Green+Blue) = 186+233+219=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 233 (91.41% from 255 or 36.52% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9DB is #451624. Grayscale: #D9D9D9. Windows color (decimal): -4527653 or 14412218. OLE color: 14412218.

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

Color convert

RGB 186 233 219 -
CMYK 0.20 0 0.06 0.09
HSL 162.13º 0.52% 0.82% -
HSV(B) 162.13º 0.2% 0.91% -
XYZ 62.17 73.83 77.99 -
YUV 217.35 128.93 105.64 -
System Red Green Blue C M Y K H S L
Decimal 186 233 219 0.20 0 0.06 0.09 162.13 0.52 0.82
Hex BA E9 DB 14 0 6 9 A2 34 52
Octal 272 351 333 24 0 6 11 242 64 122
Binary 10111010 11101001 11011011 10100 0 110 1001 10100010 110100 1010010

Color Harmonies of #BAE9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE9DB

Black with #BAE9DB

Text Example


Text Example

White with #BAE9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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