#BAE4BE

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

Shades of Fringy Flower #BAE4BE

Tints of Fringy Flower #BAE4BE

Color information

#BAE4BE (or 0xBAE4BE) is unknown color: approx Fringy Flower. HEX triplet: BA, E4 and BE. RGB value is (186,228,190). Sum of RGB (Red+Green+Blue) = 186+228+190=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE4BE is #451B41. Grayscale: #D3D3D3. Windows color (decimal): -4528962 or 12510394. OLE color: 12510394.

HSL color Cylindrical-coordinate representation of color #BAE4BE: hue angle of 125.71º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAE4BE is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB186228190-
CMYK0.1800.170.11
HSL125.71º43.75%81.18%-
HSV(B)125.71º18.42%89.41%-
XYZ57.2969.6459.14-
YUV211.11116.09110.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.79%
GREEN value IS 228 (89.45% from 255) = 37.75%
BLUE value IS 190 (74.61% from 255) = 31.46%
R=30.79%
G=37.75%
B=31.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862281900.1800.170.11125.7143.7581.18
HexBAE4BE12011B7e2c51
Octal272344276220211317654121
Binary10111010111001001011111010010010001101111111101011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE4BE; }

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

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

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

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

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

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

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

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