#BAE9BF

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

Shades of Fringy Flower #BAE9BF

Tints of Fringy Flower #BAE9BF

Color information

#BAE9BF (or 0xBAE9BF) is unknown color: approx Fringy Flower. HEX triplet: BA, E9 and BF. RGB value is (186,233,191). Sum of RGB (Red+Green+Blue) = 186+233+191=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 233 (91.41% from 255 or 38.20% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9BF is #451640. Grayscale: #D6D6D6. Windows color (decimal): -4527681 or 12577210. OLE color: 12577210.

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

Color convert

RGB186233191-
CMYK0.2000.180.09
HSL126.38º51.65%82.16%-
HSV(B)126.38º20.17%91.37%-
XYZ58.7972.4860.18-
YUV214.16114.93107.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.49%
GREEN value IS 233 (91.41% from 255) = 38.20%
BLUE value IS 191 (75% from 255) = 31.31%
R=30.49%
G=38.20%
B=31.31%

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
Decimal1862331910.2000.180.09126.3851.6582.16
HexBAE9BF1401297e3452
Octal272351277240221117664122
Binary10111010111010011011111110100010010100111111101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE9BF; }

 p { color: rgb(186,233,191); }

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

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

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

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

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

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

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