#BAEAC0

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

Shades of Fringy Flower #BAEAC0

Tints of Fringy Flower #BAEAC0

Color information

#BAEAC0 (or 0xBAEAC0) is unknown color: approx Fringy Flower. HEX triplet: BA, EA and C0. RGB value is (186,234,192). Sum of RGB (Red+Green+Blue) = 186+234+192=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAC0 is #45153F. Grayscale: #D6D6D6. Windows color (decimal): -4527424 or 12643002. OLE color: 12643002.

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

Color convert

RGB186234192-
CMYK0.2100.180.08
HSL127.5º53.33%82.35%-
HSV(B)127.5º20.51%91.76%-
XYZ59.1973.0960.86-
YUV214.86115.1107.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.39%
GREEN value IS 234 (91.80% from 255) = 38.24%
BLUE value IS 192 (75.39% from 255) = 31.37%
R=30.39%
G=38.24%
B=31.37%

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
Decimal1862341920.2100.180.08127.553.3382.35
HexBAEAC01501287f3552
Octal272352300250221017765122
Binary10111010111010101100000010101010010100011111111101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEAC0; }

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

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

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

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

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

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

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

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