#BAEABF

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

Shades of Fringy Flower #BAEABF

Tints of Fringy Flower #BAEABF

Color information

#BAEABF (or 0xBAEABF) is unknown color: approx Fringy Flower. HEX triplet: BA, EA and BF. RGB value is (186,234,191). Sum of RGB (Red+Green+Blue) = 186+234+191=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEABF is #451540. Grayscale: #D6D6D6. Windows color (decimal): -4527425 or 12577466. OLE color: 12577466.

HSL color Cylindrical-coordinate representation of color #BAEABF: hue angle of 126.25º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEABF is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB186234191-
CMYK0.2100.180.08
HSL126.25º53.33%82.35%-
HSV(B)126.25º20.51%91.76%-
XYZ59.0873.0560.28-
YUV214.75114.6107.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.44%
GREEN value IS 234 (91.80% from 255) = 38.30%
BLUE value IS 191 (75% from 255) = 31.26%
R=30.44%
G=38.30%
B=31.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862341910.2100.180.08126.2553.3382.35
HexBAEABF1501287e3552
Octal272352277250221017665122
Binary10111010111010101011111110101010010100011111101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEABF; }

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

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

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

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

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

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

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

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