#BAEAC2

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

Shades of Fringy Flower #BAEAC2

Tints of Fringy Flower #BAEAC2

Color information

#BAEAC2 (or 0xBAEAC2) is unknown color: approx Fringy Flower. HEX triplet: BA, EA and C2. RGB value is (186,234,194). Sum of RGB (Red+Green+Blue) = 186+234+194=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAC2 is #45153D. Grayscale: #D7D7D7. Windows color (decimal): -4527422 or 12774074. OLE color: 12774074.

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

Color convert

RGB186234194-
CMYK0.2100.170.08
HSL130º53.33%82.35%-
HSV(B)130º20.51%91.76%-
XYZ59.4173.1862.03-
YUV215.09116.1107.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.29%
GREEN value IS 234 (91.80% from 255) = 38.11%
BLUE value IS 194 (76.17% from 255) = 31.60%
R=30.29%
G=38.11%
B=31.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862341940.2100.170.0813053.3382.35
HexBAEAC2150118823552
Octal272352302250211020265122
Binary101110101110101011000010101010100011000100000101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEAC2; }

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

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

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

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

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

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

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

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