#BAE7BB

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

Shades of Fringy Flower #BAE7BB

Tints of Fringy Flower #BAE7BB

Color information

#BAE7BB (or 0xBAE7BB) is unknown color: approx Fringy Flower. HEX triplet: BA, E7 and BB. RGB value is (186,231,187). Sum of RGB (Red+Green+Blue) = 186+231+187=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 231 (90.62% from 255 or 38.25% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE7BB is #451844. Grayscale: #D4D4D4. Windows color (decimal): -4528197 or 12314554. OLE color: 12314554.

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

Color convert

RGB186231187-
CMYK0.1900.190.09
HSL121.33º48.39%81.76%-
HSV(B)121.33º19.48%90.59%-
XYZ57.871.1857.71-
YUV212.53113.59109.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.79%
GREEN value IS 231 (90.62% from 255) = 38.25%
BLUE value IS 187 (73.44% from 255) = 30.96%
R=30.79%
G=38.25%
B=30.96%

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
Decimal1862311870.1900.190.09121.3348.3981.76
HexBAE7BB130139793052
Octal272347273230231117160122
Binary10111010111001111011101110011010011100111110011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE7BB; }

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

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

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

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

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

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

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

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