Html Css Color HEX #BAE6DA Water Leaf

📋 copy color: '#BAE6DA'

red 186 ◦ green 230 ◦ blue 218

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

Shades of Water Leaf #BAE6DA

Tints of Water Leaf #BAE6DA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.28%

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

R = 29.34%
G = 36.28%
B = 34.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#BAE6DA (or 0xBAE6DA) is known color: Water Leaf. HEX triplet: BA, E6 and DA. RGB value is (186,230,218). Sum of RGB (Red+Green+Blue) = 186+230+218=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 230 (90.23% from 255 or 36.28% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE6DA is #451925. Grayscale: #D7D7D7. Windows color (decimal): -4528422 or 14345914. OLE color: 14345914.

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

Color convert

RGB 186 230 218 -
CMYK 0.19 0 0.05 0.10
HSL 163.64º 0.47% 0.82% -
HSV(B) 163.64º 0.19% 0.9% -
XYZ 61.2 72.09 77.02 -
YUV 215.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 186 230 218 0.19 0 0.05 0.10 163.64 0.47 0.82
Hex BA E6 DA 13 0 5 A A4 2F 52
Octal 272 346 332 23 0 5 12 244 57 122
Binary 10111010 11100110 11011010 10011 0 101 1010 10100100 101111 1010010

Color Harmonies of #BAE6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE6DA

Black with #BAE6DA

Text Example


Text Example

White with #BAE6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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