Html Css Color HEX #BAE6DB Water Leaf

📋 copy color: '#BAE6DB'

red 186 ◦ green 230 ◦ blue 219

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

Shades of Water Leaf #BAE6DB

Tints of Water Leaf #BAE6DB

RGB

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

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

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

R = 29.29%
G = 36.22%
B = 34.49%

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

#BAE6DB (or 0xBAE6DB) is known color: Water Leaf. HEX triplet: BA, E6 and DB. RGB value is (186,230,219). Sum of RGB (Red+Green+Blue) = 186+230+219=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 230 (90.23% from 255 or 36.22% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE6DB is #451924. Grayscale: #D7D7D7. Windows color (decimal): -4528421 or 14411450. OLE color: 14411450.

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

Color convert

RGB 186 230 219 -
CMYK 0.19 0 0.05 0.10
HSL 165º 0.47% 0.82% -
HSV(B) 165º 0.19% 0.9% -
XYZ 61.33 72.15 77.71 -
YUV 215.59 129.92 106.89 -
System Red Green Blue C M Y K H S L
Decimal 186 230 219 0.19 0 0.05 0.10 165 0.47 0.82
Hex BA E6 DB 13 0 5 A A5 2F 52
Octal 272 346 333 23 0 5 12 245 57 122
Binary 10111010 11100110 11011011 10011 0 101 1010 10100101 101111 1010010

Color Harmonies of #BAE6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE6DB

Black with #BAE6DB

Text Example


Text Example

White with #BAE6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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