Html Css Color HEX #BAE7E1 Water Leaf

📋 copy color: '#BAE7E1'

red 186 ◦ green 231 ◦ blue 225

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

Shades of Water Leaf #BAE7E1

Tints of Water Leaf #BAE7E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.05%

R = 28.97%
G = 35.98%
B = 35.05%

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

#BAE7E1 (or 0xBAE7E1) is known color: Water Leaf. HEX triplet: BA, E7 and E1. RGB value is (186,231,225). Sum of RGB (Red+Green+Blue) = 186+231+225=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 231 (90.62% from 255 or 35.98% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE7E1 is #45181E. Grayscale: #D8D8D8. Windows color (decimal): -4528159 or 14804922. OLE color: 14804922.

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

Color convert

RGB 186 231 225 -
CMYK 0.19 0 0.03 0.09
HSL 172º 0.48% 0.82% -
HSV(B) 172º 0.19% 0.91% -
XYZ 62.42 73.03 82.04 -
YUV 216.86 132.59 105.99 -
System Red Green Blue C M Y K H S L
Decimal 186 231 225 0.19 0 0.03 0.09 172 0.48 0.82
Hex BA E7 E1 13 0 3 9 AC 30 52
Octal 272 347 341 23 0 3 11 254 60 122
Binary 10111010 11100111 11100001 10011 0 11 1001 10101100 110000 1010010

Color Harmonies of #BAE7E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE7E1

Black with #BAE7E1

Text Example


Text Example

White with #BAE7E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE7E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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