#BAEFB9

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

Shades of Fringy Flower #BAEFB9

Tints of Fringy Flower #BAEFB9

Color information

#BAEFB9 (or 0xBAEFB9) is unknown color: approx Fringy Flower. HEX triplet: BA, EF and B9. RGB value is (186,239,185). Sum of RGB (Red+Green+Blue) = 186+239+185=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 239 (93.75% from 255 or 39.18% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEFB9 is #451046. Grayscale: #D9D9D9. Windows color (decimal): -4526151 or 12185530. OLE color: 12185530.

HSL color Cylindrical-coordinate representation of color #BAEFB9: hue angle of 118.89º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAEFB9 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB186239185-
CMYK0.2200.230.06
HSL118.89º62.79%83.14%-
HSV(B)118.89º22.59%93.73%-
XYZ59.8775.6757.35-
YUV217109.94105.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.49%
GREEN value IS 239 (93.75% from 255) = 39.18%
BLUE value IS 185 (72.66% from 255) = 30.33%
R=30.49%
G=39.18%
B=30.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862391850.2200.230.06118.8962.7983.14
HexBAEFB9160176773f53
Octal27235727126027616777123
Binary1011101011101111101110011011001011111011101111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEFB9; }

 p { color: rgb(186,239,185); }

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

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

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

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

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

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

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