Html Css Color HEX #BAE6DD Water Leaf

📋 copy color: '#BAE6DD'

red 186 ◦ green 230 ◦ blue 221

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

Shades of Water Leaf #BAE6DD

Tints of Water Leaf #BAE6DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.69%

R = 29.2%
G = 36.11%
B = 34.69%

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

#BAE6DD (or 0xBAE6DD) is known color: Water Leaf. HEX triplet: BA, E6 and DD. RGB value is (186,230,221). Sum of RGB (Red+Green+Blue) = 186+230+221=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 230 (90.23% from 255 or 36.11% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE6DD is #451922. Grayscale: #D7D7D7. Windows color (decimal): -4528419 or 14542522. OLE color: 14542522.

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

Color convert

RGB 186 230 221 -
CMYK 0.19 0 0.04 0.10
HSL 167.73º 0.47% 0.82% -
HSV(B) 167.73º 0.19% 0.9% -
XYZ 61.6 72.25 79.11 -
YUV 215.82 130.92 106.73 -
System Red Green Blue C M Y K H S L
Decimal 186 230 221 0.19 0 0.04 0.10 167.73 0.47 0.82
Hex BA E6 DD 13 0 4 A A8 2F 52
Octal 272 346 335 23 0 4 12 250 57 122
Binary 10111010 11100110 11011101 10011 0 100 1010 10101000 101111 1010010

Color Harmonies of #BAE6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE6DD

Black with #BAE6DD

Text Example


Text Example

White with #BAE6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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