Html Css Color HEX #BAE8DF Water Leaf

📋 copy color: '#BAE8DF'

red 186 ◦ green 232 ◦ blue 223

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

Shades of Water Leaf #BAE8DF

Tints of Water Leaf #BAE8DF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.19%

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

R = 29.02%
G = 36.19%
B = 34.79%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#BAE8DF (or 0xBAE8DF) is known color: Water Leaf. HEX triplet: BA, E8 and DF. RGB value is (186,232,223). Sum of RGB (Red+Green+Blue) = 186+232+223=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 232 (91.02% from 255 or 36.19% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8DF is #451720. Grayscale: #D9D9D9. Windows color (decimal): -4527905 or 14674106. OLE color: 14674106.

HSL color Cylindrical-coordinate representation of color #BAE8DF: hue angle of 168.26º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAE8DF is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 232 223 -
CMYK 0.20 0 0.04 0.09
HSL 168.26º 0.5% 0.82% -
HSV(B) 168.26º 0.2% 0.91% -
XYZ 62.43 73.48 80.7 -
YUV 217.22 131.26 105.73 -
System Red Green Blue C M Y K H S L
Decimal 186 232 223 0.20 0 0.04 0.09 168.26 0.5 0.82
Hex BA E8 DF 14 0 4 9 A8 32 52
Octal 272 350 337 24 0 4 11 250 62 122
Binary 10111010 11101000 11011111 10100 0 100 1001 10101000 110010 1010010

Color Harmonies of #BAE8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE8DF

Black with #BAE8DF

Text Example


Text Example

White with #BAE8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE8DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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