#BAE1BE

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

Shades of Fringy Flower #BAE1BE

Tints of Fringy Flower #BAE1BE

Color information

#BAE1BE (or 0xBAE1BE) is unknown color: approx Fringy Flower. HEX triplet: BA, E1 and BE. RGB value is (186,225,190). Sum of RGB (Red+Green+Blue) = 186+225+190=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE1BE is #451E41. Grayscale: #D1D1D1. Windows color (decimal): -4529730 or 12509626. OLE color: 12509626.

HSL color Cylindrical-coordinate representation of color #BAE1BE: hue angle of 126.15º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAE1BE is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB186225190-
CMYK0.1700.160.12
HSL126.15º39.39%80.59%-
HSV(B)126.15º17.33%88.24%-
XYZ56.4768.0158.87-
YUV209.35117.08111.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.95%
GREEN value IS 225 (88.28% from 255) = 37.44%
BLUE value IS 190 (74.61% from 255) = 31.61%
R=30.95%
G=37.44%
B=31.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862251900.1700.160.12126.1539.3980.59
HexBAE1BE11010C7e2751
Octal272341276210201417647121
Binary10111010111000011011111010001010000110011111101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE1BE; }

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

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

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

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

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

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

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

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