#BAE3BB

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

Shades of Fringy Flower #BAE3BB

Tints of Fringy Flower #BAE3BB

Color information

#BAE3BB (or 0xBAE3BB) is unknown color: approx Fringy Flower. HEX triplet: BA, E3 and BB. RGB value is (186,227,187). Sum of RGB (Red+Green+Blue) = 186+227+187=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 227 (89.06% from 255 or 37.83% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE3BB is #451C44. Grayscale: #D2D2D2. Windows color (decimal): -4529221 or 12313530. OLE color: 12313530.

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

Color convert

RGB186227187-
CMYK0.1800.180.11
HSL121.46º42.27%80.98%-
HSV(B)121.46º18.06%89.02%-
XYZ56.6968.9757.34-
YUV210.18114.92110.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31%
GREEN value IS 227 (89.06% from 255) = 37.83%
BLUE value IS 187 (73.44% from 255) = 31.17%
R=31%
G=37.83%
B=31.17%

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
Decimal1862271870.1800.180.11121.4642.2780.98
HexBAE3BB12012B792a51
Octal272343273220221317152121
Binary10111010111000111011101110010010010101111110011010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE3BB; }

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

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

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

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

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

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

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

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