#BAEBE4

Color #BAEBE4 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #BAEBE4

Tints of Water Leaf #BAEBE4

Color information

#BAEBE4 (or 0xBAEBE4) is unknown color: approx Water Leaf. HEX triplet: BA, EB and E4. RGB value is (186,235,228). Sum of RGB (Red+Green+Blue) = 186+235+228=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 228 (89.45% from 255 or 35.13% from 649); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBE4 is #45141B. Grayscale: #DBDBDB. Windows color (decimal): -4527132 or 15002554. OLE color: 15002554.

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

Color convert

RGB186235228-
CMYK0.2100.030.08
HSL171.43º55.06%82.55%-
HSV(B)171.43º20.85%92.16%-
XYZ63.9675.4684.59-
YUV219.55132.77104.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.66%
GREEN value IS 235 (92.19% from 255) = 36.21%
BLUE value IS 228 (89.45% from 255) = 35.13%
R=28.66%
G=36.21%
B=35.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862352280.2100.030.08171.4355.0682.55
HexBAEBE415038ab3753
Octal27235334425031025367123
Binary101110101110101111100100101010111000101010111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEBE4; }

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

 H1.HeaderClassName
 {
   color: #BAEBE4;
 }
 .AnyTagClassName
 {
   color: #BAEBE4;
 }
</style>
background-color css

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

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

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

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

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

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