#BAE3BA

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

Shades of Fringy Flower #BAE3BA

Tints of Fringy Flower #BAE3BA

Color information

#BAE3BA (or 0xBAE3BA) is unknown color: approx Fringy Flower. HEX triplet: BA, E3 and BA. RGB value is (186,227,186). Sum of RGB (Red+Green+Blue) = 186+227+186=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 227 (89.06% from 255 or 37.90% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE3BA is #451C45. Grayscale: #D2D2D2. Windows color (decimal): -4529222 or 12247994. OLE color: 12247994.

HSL color Cylindrical-coordinate representation of color #BAE3BA: hue angle of 120º degrees, saturation: 0.42, 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 #BAE3BA is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB186227186-
CMYK0.1800.180.11
HSL120º42.27%80.98%-
HSV(B)120º18.06%89.02%-
XYZ56.5868.9256.78-
YUV210.07114.42110.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 227 (89.06% from 255) = 37.90%
BLUE value IS 186 (73.05% from 255) = 31.05%
R=31.05%
G=37.90%
B=31.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862271860.1800.180.1112042.2780.98
HexBAE3BA12012B782a51
Octal272343272220221317052121
Binary10111010111000111011101010010010010101111110001010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE3BA; }

 p { color: rgb(186,227,186); }

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

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

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

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

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

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

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