Html Css Color HEX #BAE6DF Water Leaf

📋 copy color: '#BAE6DF'

red 186 ◦ green 230 ◦ blue 223

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

Shades of Water Leaf #BAE6DF

Tints of Water Leaf #BAE6DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.9%

R = 29.11%
G = 35.99%
B = 34.9%

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

#BAE6DF (or 0xBAE6DF) is known color: Water Leaf. HEX triplet: BA, E6 and DF. RGB value is (186,230,223). Sum of RGB (Red+Green+Blue) = 186+230+223=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 230 (90.23% from 255 or 35.99% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE6DF is #451920. Grayscale: #D8D8D8. Windows color (decimal): -4528417 or 14673594. OLE color: 14673594.

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

Color convert

RGB 186 230 223 -
CMYK 0.19 0 0.03 0.10
HSL 170.45º 0.47% 0.82% -
HSV(B) 170.45º 0.19% 0.9% -
XYZ 61.87 72.36 80.52 -
YUV 216.05 131.92 106.57 -
System Red Green Blue C M Y K H S L
Decimal 186 230 223 0.19 0 0.03 0.10 170.45 0.47 0.82
Hex BA E6 DF 13 0 3 A AA 2F 52
Octal 272 346 337 23 0 3 12 252 57 122
Binary 10111010 11100110 11011111 10011 0 11 1010 10101010 101111 1010010

Color Harmonies of #BAE6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE6DF

Black with #BAE6DF

Text Example


Text Example

White with #BAE6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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