Html Css Color HEX #BAE7DF Water Leaf

📋 copy color: '#BAE7DF'

red 186 ◦ green 231 ◦ blue 223

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

Shades of Water Leaf #BAE7DF

Tints of Water Leaf #BAE7DF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.09%

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

R = 29.06%
G = 36.09%
B = 34.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#BAE7DF (or 0xBAE7DF) is known color: Water Leaf. HEX triplet: BA, E7 and DF. RGB value is (186,231,223). Sum of RGB (Red+Green+Blue) = 186+231+223=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 231 (90.62% from 255 or 36.09% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE7DF is #451820. Grayscale: #D8D8D8. Windows color (decimal): -4528161 or 14673850. OLE color: 14673850.

HSL color Cylindrical-coordinate representation of color #BAE7DF: hue angle of 169.33º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE7DF is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 231 223 -
CMYK 0.19 0 0.03 0.09
HSL 169.33º 0.48% 0.82% -
HSV(B) 169.33º 0.19% 0.91% -
XYZ 62.14 72.92 80.61 -
YUV 216.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 186 231 223 0.19 0 0.03 0.09 169.33 0.48 0.82
Hex BA E7 DF 13 0 3 9 A9 30 52
Octal 272 347 337 23 0 3 11 251 60 122
Binary 10111010 11100111 11011111 10011 0 11 1001 10101001 110000 1010010

Color Harmonies of #BAE7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE7DF

Black with #BAE7DF

Text Example


Text Example

White with #BAE7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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