#BAE7BC

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

Shades of Fringy Flower #BAE7BC

Tints of Fringy Flower #BAE7BC

Color information

#BAE7BC (or 0xBAE7BC) is unknown color: approx Fringy Flower. HEX triplet: BA, E7 and BC. RGB value is (186,231,188). Sum of RGB (Red+Green+Blue) = 186+231+188=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 231 (90.62% from 255 or 38.18% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE7BC is #451843. Grayscale: #D4D4D4. Windows color (decimal): -4528196 or 12380090. OLE color: 12380090.

HSL color Cylindrical-coordinate representation of color #BAE7BC: hue angle of 122.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE7BC is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB186231188-
CMYK0.1900.190.09
HSL122.67º48.39%81.76%-
HSV(B)122.67º19.48%90.59%-
XYZ57.971.2258.27-
YUV212.64114.09109-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.74%
GREEN value IS 231 (90.62% from 255) = 38.18%
BLUE value IS 188 (73.83% from 255) = 31.07%
R=30.74%
G=38.18%
B=31.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862311880.1900.190.09122.6748.3981.76
HexBAE7BC1301397b3052
Octal272347274230231117360122
Binary10111010111001111011110010011010011100111110111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE7BC; }

 p { color: rgb(186,231,188); }

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

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

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

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

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

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

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