Html Css Color HEX #BAE6DE Water Leaf

📋 copy color: '#BAE6DE'

red 186 ◦ green 230 ◦ blue 222

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

Shades of Water Leaf #BAE6DE

Tints of Water Leaf #BAE6DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.8%

R = 29.15%
G = 36.05%
B = 34.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#BAE6DE (or 0xBAE6DE) is known color: Water Leaf. HEX triplet: BA, E6 and DE. RGB value is (186,230,222). Sum of RGB (Red+Green+Blue) = 186+230+222=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 230 (90.23% from 255 or 36.05% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE6DE is #451921. Grayscale: #D7D7D7. Windows color (decimal): -4528418 or 14608058. OLE color: 14608058.

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

Color convert

RGB 186 230 222 -
CMYK 0.19 0 0.03 0.10
HSL 169.09º 0.47% 0.82% -
HSV(B) 169.09º 0.19% 0.9% -
XYZ 61.73 72.31 79.81 -
YUV 215.93 131.42 106.65 -
System Red Green Blue C M Y K H S L
Decimal 186 230 222 0.19 0 0.03 0.10 169.09 0.47 0.82
Hex BA E6 DE 13 0 3 A A9 2F 52
Octal 272 346 336 23 0 3 12 251 57 122
Binary 10111010 11100110 11011110 10011 0 11 1010 10101001 101111 1010010

Color Harmonies of #BAE6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE6DE

Black with #BAE6DE

Text Example


Text Example

White with #BAE6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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