Html Css Color HEX #BAE9DA Water Leaf

📋 copy color: '#BAE9DA'

red 186 ◦ green 233 ◦ blue 218

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

Shades of Water Leaf #BAE9DA

Tints of Water Leaf #BAE9DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.22%

R = 29.2%
G = 36.58%
B = 34.22%

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

#BAE9DA (or 0xBAE9DA) is known color: Water Leaf. HEX triplet: BA, E9 and DA. RGB value is (186,233,218). Sum of RGB (Red+Green+Blue) = 186+233+218=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 233 (91.41% from 255 or 36.58% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9DA is #451625. Grayscale: #D9D9D9. Windows color (decimal): -4527654 or 14346682. OLE color: 14346682.

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

Color convert

RGB 186 233 218 -
CMYK 0.20 0 0.06 0.09
HSL 160.85º 0.52% 0.82% -
HSV(B) 160.85º 0.2% 0.91% -
XYZ 62.04 73.78 77.3 -
YUV 217.24 128.43 105.72 -
System Red Green Blue C M Y K H S L
Decimal 186 233 218 0.20 0 0.06 0.09 160.85 0.52 0.82
Hex BA E9 DA 14 0 6 9 A1 34 52
Octal 272 351 332 24 0 6 11 241 64 122
Binary 10111010 11101001 11011010 10100 0 110 1001 10100001 110100 1010010

Color Harmonies of #BAE9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE9DA

Black with #BAE9DA

Text Example


Text Example

White with #BAE9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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