#BAE8BE

Color #BAE8BE Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #BAE8BE

Tints of Fringy Flower #BAE8BE

Color information

#BAE8BE (or 0xBAE8BE) is unknown color: approx Fringy Flower. HEX triplet: BA, E8 and BE. RGB value is (186,232,190). Sum of RGB (Red+Green+Blue) = 186+232+190=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 232 (91.02% from 255 or 38.16% from 608); Blue value is 190 (74.61% from 255 or 31.25% from 608); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8BE is #451741. Grayscale: #D5D5D5. Windows color (decimal): -4527938 or 12511418. OLE color: 12511418.

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

Color convert

RGB186232190-
CMYK0.2000.180.09
HSL125.22º50%81.96%-
HSV(B)125.22º19.83%90.98%-
XYZ58.471.8759.51-
YUV213.46114.76108.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.59%
GREEN value IS 232 (91.02% from 255) = 38.16%
BLUE value IS 190 (74.61% from 255) = 31.25%
R=30.59%
G=38.16%
B=31.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862321900.2000.180.09125.225081.96
HexBAE8BE1401297d3252
Octal272350276240221117562122
Binary10111010111010001011111010100010010100111111011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE8BE; }

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

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

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

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

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

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

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

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