Html Css Color HEX #BAEBE5 Water Leaf

📋 copy color: '#BAEBE5'

red 186 ◦ green 235 ◦ blue 229

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

Shades of Water Leaf #BAEBE5

Tints of Water Leaf #BAEBE5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.15%

 BLUE value IS 229 (89.84% from 255) = 35.23%

R = 28.62%
G = 36.15%
B = 35.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#BAEBE5 (or 0xBAEBE5) is known color: Water Leaf. HEX triplet: BA, EB and E5. RGB value is (186,235,229). Sum of RGB (Red+Green+Blue) = 186+235+229=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 229 (89.84% from 255 or 35.23% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBE5 is #45141A. Grayscale: #DBDBDB. Windows color (decimal): -4527131 or 15068090. OLE color: 15068090.

HSL color Cylindrical-coordinate representation of color #BAEBE5: hue angle of 172.65º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEBE5 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 235 229 -
CMYK 0.21 0 0.03 0.08
HSL 172.65º 0.55% 0.83% -
HSV(B) 172.65º 0.21% 0.92% -
XYZ 64.1 75.51 85.33 -
YUV 219.67 133.27 103.99 -
System Red Green Blue C M Y K H S L
Decimal 186 235 229 0.21 0 0.03 0.08 172.65 0.55 0.83
Hex BA EB E5 15 0 3 8 AD 37 53
Octal 272 353 345 25 0 3 10 255 67 123
Binary 10111010 11101011 11100101 10101 0 11 1000 10101101 110111 1010011

Color Harmonies of #BAEBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEBE5

Black with #BAEBE5

Text Example


Text Example

White with #BAEBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEBE5; }

 p { color: rgb(186,235,229); }

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

background-color css

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

 a { background-color: rgb(186,235,229); }

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

border-color css

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

 span { border-color: rgb(186,235,229); }

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